Skip to content

Commit

Permalink
style: remove unwanted !important
Browse files Browse the repository at this point in the history
  • Loading branch information
le-jeu committed Dec 13, 2020
1 parent fb88165 commit 68f25d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions core/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,19 @@ i.large { font-size: 6rem; }
}

.enl {
color: #03fe03 !important;
color: #03fe03;
}

.res {
color: #00c5ff !important;
color: #00c5ff;
}

.none {
color: #fff;
}

.nickname {
cursor: pointer !important;
cursor: pointer;
}

a {
Expand Down Expand Up @@ -208,7 +208,7 @@ a:hover {

#chatcontrols a:first-child {
letter-spacing:-1px;
text-decoration: none !important;
text-decoration: none;
}

#chatcontrols a.active {
Expand Down Expand Up @@ -341,7 +341,7 @@ em {
}

#chat td.system_narrowcast {
color: #f66 !important;
color: #f66;
}

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

0 comments on commit 68f25d3

Please sign in to comment.