aboutsummaryrefslogtreecommitdiffstats
path: root/out/light.css
diff options
context:
space:
mode:
Diffstat (limited to 'out/light.css')
-rwxr-xr-xout/light.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/out/light.css b/out/light.css
index cc8c241..eb92617 100755
--- a/out/light.css
+++ b/out/light.css
@@ -3,14 +3,14 @@
*/
:root {
- --background-body: #f5f5f7;
+ --background-body: #f5f5f5;
--background: #eaeaed;
--background-alt: #f0f0f3;
--selection: #c8c8cc;
--text-main: #2a2a2e;
--text-bright: #111114;
--text-muted: #5a5d66;
- --links: #2560a8;
+ --links: #2d68d0;
--focus: #5a5d66ab;
--border: #c8c8cc;
--code: #2a2a2e;
@@ -27,7 +27,7 @@
}
html {
- scrollbar-color: rgb(184, 184, 189) #f5f5f7;
+ scrollbar-color: rgb(184, 184, 189) #f5f5f5;
scrollbar-color: var(--scrollbar-thumb) var(--background-body);
scrollbar-width: thin;
}
@@ -41,7 +41,7 @@ body {
word-wrap: break-word;
color: #2a2a2e;
color: var(--text-main);
- background: #f5f5f7;
+ background: #f5f5f5;
background: var(--background-body);
text-rendering: optimizeLegibility;
}
@@ -585,7 +585,7 @@ input[type='range']:focus::-ms-fill-upper {
a {
text-decoration: none;
- color: #2560a8;
+ color: #2d68d0;
color: var(--links);
}
@@ -699,7 +699,7 @@ tbody tr:nth-child(even) button {
}
tbody tr:nth-child(even) button:hover {
- background-color: #f5f5f7;
+ background-color: #f5f5f5;
background-color: var(--background-body);
}