aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 07:02:42 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-08-06 07:02:42 +0200
commitd2da11feb54950d1181d2508238e1090ee66c68e (patch)
tree3061b5d020f51ece3080e2db8bd8487d19d3b226 /assets
parent48aafcc7ac34302a98649b19b67e9dd88f731f3c (diff)
downloadmitjafelicijan.com-d2da11feb54950d1181d2508238e1090ee66c68e.tar.gz
update
Diffstat (limited to 'assets')
-rw-r--r--assets/site.css13
1 files changed, 7 insertions, 6 deletions
diff --git a/assets/site.css b/assets/site.css
index 1546328..6e3da46 100644
--- a/assets/site.css
+++ b/assets/site.css
@@ -9,7 +9,7 @@ body {
9 line-height: 1.6; 9 line-height: 1.6;
10 color: #000; 10 color: #000;
11 margin: 0; 11 margin: 0;
12 padding: 0; 12 padding: 0 0 50px 0;
13} 13}
14 14
15article, 15article,
@@ -96,7 +96,7 @@ main ul div {
96blockquote { 96blockquote {
97 margin: 40px 0 40px 20px; 97 margin: 40px 0 40px 20px;
98 border-left: 5px solid #eee; 98 border-left: 5px solid #eee;
99 padding: 5px 0 10px 20px 99 padding: 5px 0 10px 20px;
100} 100}
101 101
102.highlighter-rouge { 102.highlighter-rouge {
@@ -104,22 +104,23 @@ blockquote {
104 padding: 0 15px; 104 padding: 0 15px;
105 font-size: 80%; 105 font-size: 80%;
106 border: 2px solid #f1f1f1; 106 border: 2px solid #f1f1f1;
107 border-radius: 2px 107 border-radius: 2px;
108 overflow: auto;
108} 109}
109 110
110::selection { 111::selection {
111 background: #ff0; 112 background: #ff0;
112 color: #000 113 color: #000;
113} 114}
114 115
115::-moz-selection { 116::-moz-selection {
116 background: #ff0; 117 background: #ff0;
117 color: #000 118 color: #000;
118} 119}
119 120
120@media only screen and (max-width:768px) { 121@media only screen and (max-width:768px) {
121 body { 122 body {
122 padding: 0 20px 123 padding: 0 20px;
123 } 124 }
124 footer, 125 footer,
125 header, 126 header,