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
View File
@@ -37,7 +37,6 @@
}
.list-entity-content {
text-shadow: 0px 1px 3px #1f2c38;
z-index: 0;
margin-left: 70px;
padding: 20px;
+1 -1
View File
@@ -6,5 +6,5 @@
.seperator {
width: 100%;
color: white;
color: #1f2c38;
}
+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;
}