This repository has been archived on 2023-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
personal-website-old/pages/css/main.css

20 lines
329 B
CSS
Raw Normal View History

* {
scrollbar-color: #202324 #454a4d;
}
html {
background-color: #232830;
}
body {
font-family: 'Lora', serif;
font-size: 21px;
background-color: #232830;
text-rendering: optimizeLegibility;
}
a {
text-decoration: underline;
text-decoration-color: #283593;
text-decoration-thickness: 2px;
}