mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 14:10:59 +08:00
added sewing tin light
This commit is contained in:
parent
e3c8177802
commit
30a268cd02
2 changed files with 46 additions and 0 deletions
|
|
@ -603,5 +603,10 @@
|
|||
"name": "soaring_skies",
|
||||
"bgColor": "#fdeedd",
|
||||
"textColor": "#1e107a"
|
||||
},
|
||||
{
|
||||
"name": "sewing_tin_light",
|
||||
"bgColor": "#ffffff",
|
||||
"textColor": "#2d2076"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
41
static/themes/sewing_tin_light.css
Normal file
41
static/themes/sewing_tin_light.css
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
:root {
|
||||
--bg-color: #ffffff;
|
||||
--main-color: #2d2076;
|
||||
--caret-color: #fbdb8c;
|
||||
--sub-color: #385eca;
|
||||
--text-color: #2d2076;
|
||||
--error-color: #f2ce83;
|
||||
--error-extra-color: #f2ce83;
|
||||
--colorful-error-color: #f2ce83;
|
||||
--colorful-error-extra-color: #f2ce83;
|
||||
}
|
||||
|
||||
#menu .icon-button {
|
||||
color: #f2ce83;
|
||||
}
|
||||
|
||||
#menu .icon-button:hover {
|
||||
color: #c6915e;
|
||||
}
|
||||
|
||||
#top .logo .text {
|
||||
background-color: #ffffff; /* fallback */
|
||||
background: -webkit-linear-gradient(
|
||||
#2d2076,
|
||||
#2d2076 25%,
|
||||
#2e3395 25%,
|
||||
#2e3395 50%,
|
||||
#3049ba 50%,
|
||||
#3049ba 75%,
|
||||
#385eca 75%,
|
||||
#385eca
|
||||
);
|
||||
background-clip: text;
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
||||
#top .logo .text .top {
|
||||
/* prevent it from being transparent */
|
||||
-webkit-text-fill-color: #385eca;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue