diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 03:58:39 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-22 03:58:39 +0200 |
| commit | 6c07fd9c8cb6834ebc34ac40b0572456a3f9abae (patch) | |
| tree | 1d5f02fe9c87e5888fa419c98b2e2d9a49af7071 /src/static/style.css | |
| parent | 28dd784a088a35739cdfdc4ce79f8ee6d50bf816 (diff) | |
| download | mitjafelicijan.com-6c07fd9c8cb6834ebc34ac40b0572456a3f9abae.tar.gz | |
Removed friendly urls and added prism code highlighting
Diffstat (limited to 'src/static/style.css')
| -rw-r--r-- | src/static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/style.css b/src/static/style.css index efb65c0..34cf942 100644 --- a/src/static/style.css +++ b/src/static/style.css | |||
| @@ -78,6 +78,10 @@ th, td { | |||
| 78 | color: #000; | 78 | color: #000; |
| 79 | } | 79 | } |
| 80 | 80 | ||
| 81 | code[class*=language-] { | ||
| 82 | font-size: 14px !important; | ||
| 83 | } | ||
| 84 | |||
| 81 | @media only screen and (max-width:480px) { | 85 | @media only screen and (max-width:480px) { |
| 82 | nav { | 86 | nav { |
| 83 | text-align: center; | 87 | text-align: center; |
