diff options
Diffstat (limited to 'server/src/routes/ui/style')
| -rw-r--r-- | server/src/routes/ui/style/layout.css | 11 | 
1 files changed, 8 insertions, 3 deletions
| diff --git a/server/src/routes/ui/style/layout.css b/server/src/routes/ui/style/layout.css index 09da718..e62e59a 100644 --- a/server/src/routes/ui/style/layout.css +++ b/server/src/routes/ui/style/layout.css @@ -33,12 +33,13 @@  * {      color: var(--font); -    font-family: "Cantarell", sans-serif; -    font-weight: 500; -      scrollbar-width: thin;      scrollbar-color: var(--background-light) #0000;  } +:root { +    font-family: "Cantarell", sans-serif; +    font-weight: 500; +}  body {      background-color: var(--background-dark); @@ -68,6 +69,10 @@ nav {      align-items: center;  } +code { +    font-family: monospace !important; +} +  nav a {      border: 0px solid transparent;      border-radius: 5px; | 
