Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
magouill authored and fabd committed Feb 25, 2021
1 parent 2c3e959 commit c03724d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions runewizard/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ a img { border:0; vertical-align:middle; }
.runewords th.cmpl, .runewords td.cmpl { display:none; }

/* cells */
.runewords td.Level { font-size:10px; }
.runewords td.Level span.small { font-size:10px; display:block; padding-top:2px; }
.runewords td.level { font-size:10px; }
.runewords td.level span.small { font-size:10px; display:block; padding-top:2px; }

.runewords td.y { color:#4a4; }
.runewords td.n { color:#844; }
Expand All @@ -101,10 +101,10 @@ a img { border:0; vertical-align:middle; }
.runewords .complete th,
.runewords .complete td { background:#200000; }
.runewords .complete th a { color:#928a70; }
.runewords .complete td.Level { color:#fff; }
.runewords .complete td.level { color:#fff; }
/* incomplete runeword styles */
.runewords .incomplete th a { color:#575242; }
.runewords .incomplete td.Level { color:#888; }
.runewords .incomplete td.level { color:#888; }


/* RUNEWORD DESCRIPTION LAYER */
Expand Down

0 comments on commit c03724d

Please sign in to comment.