styles: Updates theme of V1 check to match homepage
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
|
||||
const colors = {
|
||||
primary: '#9fef00',
|
||||
primary: '#c1fb41',
|
||||
primaryLighter: '#cff97a',
|
||||
textColor: '#ffffff',
|
||||
textColorSecondary: '#a4b1cd',
|
||||
background: '#141d2b',
|
||||
backgroundDarker: '#111927',
|
||||
backgroundLighter: '#1a2332',
|
||||
bgShadowColor: '#0f1620',
|
||||
fgShadowColor: '#456602',
|
||||
background: '#141517',
|
||||
backgroundDarker: '#000000',
|
||||
backgroundLighter: '#242525',
|
||||
bgShadowColor: '#101010',
|
||||
fgShadowColor: '#3f550e',
|
||||
primaryTransparent: '#9fef0012',
|
||||
|
||||
// Action Colors
|
||||
|
||||
@@ -16,7 +16,7 @@ body {
|
||||
sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
background: #141d2b;
|
||||
background: #141517;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
@@ -24,17 +24,17 @@ code {
|
||||
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
|
||||
monospace;
|
||||
}
|
||||
#fancy-background { color: var(--background, #141d2b); }
|
||||
#fancy-background { color: var(--background, #141517); }
|
||||
|
||||
|
||||
::selection {
|
||||
background: var(--primary, #9fef00);
|
||||
color: var(--background, #141d2b);
|
||||
background: var(--primary, #d6fb41);
|
||||
color: var(--background, #141517);
|
||||
}
|
||||
|
||||
|
||||
svg.rsm-svg {
|
||||
background: #2a3240;
|
||||
background: #141517;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user