Browse Source

Add quotes and italics to upgrade descriptions

tags/v0.1.0
Fen Dweller 5 years ago
parent
commit
949dc4839b
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      gorge.css

+ 10
- 0
gorge.css View File

@@ -284,6 +284,16 @@ button {
font-size: 14px;
color: #bbb;
margin: 10px;
quotes: '\201c' '\201d';
font-style: italic;
}

#upgrade-tooltip-desc:before {
content: open-quote;
}

#upgrade-tooltip-desc:after {
content: close-quote;
}

#upgrade-tooltip-effect {


Loading…
Cancel
Save