We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f5e26 commit 7d4754dCopy full SHA for 7d4754d
core/style.css
@@ -100,19 +100,19 @@ i.large { font-size: 6rem; }
100
}
101
102
.enl {
103
- color: #03fe03 !important;
+ color: #03fe03;
104
105
106
.res {
107
- color: #00c5ff !important;
+ color: #00c5ff;
108
109
110
.none {
111
color: #fff;
112
113
114
.nickname {
115
- cursor: pointer !important;
+ cursor: pointer;
116
117
118
a {
@@ -208,7 +208,7 @@ a:hover {
208
209
#chatcontrols a:first-child {
210
letter-spacing:-1px;
211
- text-decoration: none !important;
+ text-decoration: none;
212
213
214
#chatcontrols a.active {
@@ -341,7 +341,7 @@ em {
341
342
343
#chat td.system_narrowcast {
344
- color: #f66 !important;
+ color: #f66;
345
346
347
#chatall tr.faction td:nth-child(3):before,
0 commit comments