Major preformance fix.

This commit is contained in:
Daniel
2022-06-05 21:42:49 +04:30
parent b907bd53ec
commit b3e6e75f90
4 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -6,9 +6,9 @@ body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #1f2c38;
text-shadow: 0px 1px 1px #1f2c38;
}
*::selection {
background-color: rgba(255, 255, 0, 0.6);
text-shadow: 0px 1px 3px #1f2c38;
}