fonts & colors

This commit is contained in:
2024-03-16 09:59:55 -04:00
Unverified
parent 37a95b2bbc
commit 95d1d76e0a
24 changed files with 41 additions and 26 deletions

View File

@@ -30,9 +30,12 @@ body {
::-webkit-scrollbar-thumb {
background-color: var(--scrollbar-thumb);
border-radius: 10px;
}
::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 10px;
}
/**/

View File

@@ -4,7 +4,7 @@
*/
$color: #f8f8f2;
$background-color: #272822;
$background-color: #201e44;
$error-color: #bb0064;
$keyword-color: #66d9ef;
$text-color: $color;

View File

@@ -3,8 +3,8 @@
* https://xyproto.github.io/splash/docs/monokailight.html
*/
$color: #272822;
$background-color: #fafafa;
$color: #020024;
$background-color: #020024;
$error-color: #960050;
$keyword-color: #00a8c8;
$text-color: #111111;

View File

@@ -9,6 +9,7 @@
.main-article {
background: var(--card-background);
backdrop-filter: blur(10px);
border-radius: var(--card-border-radius);
box-shadow: var(--shadow-l1);
overflow: hidden;