some trimming + catppuccin

This commit is contained in:
hexlocation 2025-02-05 19:11:35 +01:00
parent a068347aa9
commit 113d2ef4a4
Signed by: hex
GPG key ID: A19EFFAAF8C00FCF
3 changed files with 36 additions and 41 deletions

View file

@ -3,18 +3,6 @@
src: url("ttf/ibm.ttf");
}
@keyframes rainbow_anim {
0%,
100% {
background-position: 0 0;
}
50% {
background-position: 100% 0;
}
}
img {
border: 1px solid white;
}
@ -38,8 +26,26 @@ h2 {
font-weight: 400;
}
body {
font-family: "PxFont";
color: #bfbfbf;
background-color: #0f0f0f;
a:visited {
color: #cba6f7 !important;
}
a {
color: #89b4fa;
}
a:hover {
background-color: #dce0e8;
color: #4c4f69 !important;
}
#footer, hr{
color: #bac2de;
}
body {
font-family: "Noto Sans";
font-size: 16px;
color: #cdd6f4;
background-color: #181825;
}