diff options
| author | Jan Friedli | 2020-04-13 23:07:38 +0200 |
|---|---|---|
| committer | Jan Friedli | 2020-04-13 23:07:38 +0200 |
| commit | 8cec4ad3752bff74b88414b02cb1f6a4397f2114 (patch) | |
| tree | e9226ff88886a1739a42f7405930244824852939 /static | |
| parent | d88a759f0a7b4074bdf0f2e93d7ecda5ca3c36c1 (diff) | |
remove unused css
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/static/style.css b/static/style.css index 2ebe2dd..1430545 100644 --- a/static/style.css +++ b/static/style.css | |||
| @@ -157,85 +157,4 @@ pre[class*="language-"] { | |||
| 157 | :not(pre) > code[class*="language-"], | 157 | :not(pre) > code[class*="language-"], |
| 158 | pre[class*="language-"] { | 158 | pre[class*="language-"] { |
| 159 | background: #272822; | 159 | background: #272822; |
| 160 | } | ||
| 161 | |||
| 162 | /* Inline code */ | ||
| 163 | :not(pre) > code[class*="language-"] { | ||
| 164 | padding: .1em; | ||
| 165 | border-radius: .3em; | ||
| 166 | white-space: normal; | ||
| 167 | } | ||
| 168 | |||
| 169 | .token.comment, | ||
| 170 | .token.prolog, | ||
| 171 | .token.doctype, | ||
| 172 | .token.cdata { | ||
| 173 | color: slategray; | ||
| 174 | } | ||
| 175 | |||
| 176 | .token.punctuation { | ||
| 177 | color: #f8f8f2; | ||
| 178 | } | ||
| 179 | |||
| 180 | .namespace { | ||
| 181 | opacity: .7; | ||
| 182 | } | ||
| 183 | |||
| 184 | .token.property, | ||
| 185 | .token.tag, | ||
| 186 | .token.constant, | ||
| 187 | .token.symbol, | ||
| 188 | .token.deleted { | ||
| 189 | color: #f92672; | ||
| 190 | } | ||
| 191 | |||
| 192 | .token.boolean, | ||
| 193 | .token.number { | ||
| 194 | color: #ae81ff; | ||
| 195 | } | ||
| 196 | |||
| 197 | .token.selector, | ||
| 198 | .token.attr-name, | ||
| 199 | .token.string, | ||
| 200 | .token.char, | ||
| 201 | .token.builtin, | ||
| 202 | .token.inserted { | ||
| 203 | color: #a6e22e; | ||
| 204 | } | ||
| 205 | |||
| 206 | .token.operator, | ||
| 207 | .token.entity, | ||
| 208 | .token.url, | ||
| 209 | .language-css .token.string, | ||
| 210 | .style .token.string, | ||
| 211 | .token.variable { | ||
| 212 | color: #f8f8f2; | ||
| 213 | } | ||
| 214 | |||
| 215 | .token.atrule, | ||
| 216 | .token.attr-value, | ||
| 217 | .token.function, | ||
| 218 | .token.class-name { | ||
| 219 | color: #e6db74; | ||
| 220 | } | ||
| 221 | |||
| 222 | .token.keyword { | ||
| 223 | color: #66d9ef; | ||
| 224 | } | ||
| 225 | |||
| 226 | .token.regex, | ||
| 227 | .token.important { | ||
| 228 | color: #fd971f; | ||
| 229 | } | ||
| 230 | |||
| 231 | .token.important, | ||
| 232 | .token.bold { | ||
| 233 | font-weight: bold; | ||
| 234 | } | ||
| 235 | .token.italic { | ||
| 236 | font-style: italic; | ||
| 237 | } | ||
| 238 | |||
| 239 | .token.entity { | ||
| 240 | cursor: help; | ||
| 241 | } \ No newline at end of file | 160 | } \ No newline at end of file |
