Major preformance fix.
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
}
|
||||
|
||||
.list-entity-content {
|
||||
text-shadow: 0px 1px 3px #1f2c38;
|
||||
z-index: 0;
|
||||
margin-left: 70px;
|
||||
padding: 20px;
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
|
||||
.seperator {
|
||||
width: 100%;
|
||||
color: white;
|
||||
color: #1f2c38;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user