Progress
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
:root {
|
||||
--color_highlight: #CCF3DF;
|
||||
--color_brand-dark: #378e61;
|
||||
--color_brand-light: #63DA9D;
|
||||
--color_brand-light-opaque: rgb(54, 233, 145, .125);
|
||||
@@ -94,6 +95,14 @@
|
||||
--navigation_brand: var(--color_brand) !important;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: var(--color_highlight);
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: var(--color_highlight);
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
@@ -296,6 +305,7 @@ body {
|
||||
.borderBottom6PX { border-bottom-width: 6px; }
|
||||
.borderLeft1PX { border-left-width: 1px; }
|
||||
.borderTop1PX { border-top-width: 1px; }
|
||||
.borderTop2PX { border-top-width: 2px; }
|
||||
|
||||
.border1PX { border-width: 1px; }
|
||||
.border2PX { border-width: 2px; }
|
||||
|
||||
Reference in New Issue
Block a user