aboutsummaryrefslogtreecommitdiffstats
path: root/frontend/src/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/index.css')
-rw-r--r--frontend/src/index.css10
1 files changed, 2 insertions, 8 deletions
diff --git a/frontend/src/index.css b/frontend/src/index.css
index aca76c6..209a30a 100644
--- a/frontend/src/index.css
+++ b/frontend/src/index.css
@@ -16,24 +16,18 @@ h5,
:root {
line-height: 1.5;
- font-weight: 400;
font-size: 18px;
/* Light Mode Defaults */
--bg-color: #ffffff;
--text-color: rgba(0, 0, 0, 0.87);
--sidebar-bg: #ccc;
- --link-color: #0000EE;
+ --link-color: #0000ee;
/* Standard blue link */
color-scheme: light dark;
color: var(--text-color);
background-color: var(--bg-color);
-
- font-synthesis: none;
- text-rendering: optimizeLegibility;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
}
@media (prefers-color-scheme: dark) {
@@ -88,7 +82,7 @@ button {
border: 1px solid transparent;
padding: 0.6em 1.2em;
font-size: 1em;
- font-weight: 500;
+ font-weight: bold;
font-family: inherit;
background-color: #1a1a1a;
cursor: pointer;