Skip to content

Commit 7d4754d

Browse files
committed
style: remove unwanted !important
1 parent c5f5e26 commit 7d4754d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

core/style.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,19 @@ i.large { font-size: 6rem; }
100100
}
101101

102102
.enl {
103-
color: #03fe03 !important;
103+
color: #03fe03;
104104
}
105105

106106
.res {
107-
color: #00c5ff !important;
107+
color: #00c5ff;
108108
}
109109

110110
.none {
111111
color: #fff;
112112
}
113113

114114
.nickname {
115-
cursor: pointer !important;
115+
cursor: pointer;
116116
}
117117

118118
a {
@@ -208,7 +208,7 @@ a:hover {
208208

209209
#chatcontrols a:first-child {
210210
letter-spacing:-1px;
211-
text-decoration: none !important;
211+
text-decoration: none;
212212
}
213213

214214
#chatcontrols a.active {
@@ -341,7 +341,7 @@ em {
341341
}
342342

343343
#chat td.system_narrowcast {
344-
color: #f66 !important;
344+
color: #f66;
345345
}
346346

347347
#chatall tr.faction td:nth-child(3):before,

0 commit comments

Comments
 (0)