aboutsummaryrefslogtreecommitdiff
path: root/_includes/site.css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2018-09-18 22:06:24 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2018-09-18 22:06:24 +0200
commitd6ecba59feb32d7598e257913d622f9ea5296d3b (patch)
tree0298475eec703b47ff1217a1021a13c3c0c02c53 /_includes/site.css
parente8a9ace7698834b4d88c693dd666939b7de5ad73 (diff)
downloadmitjafelicijan.com-d6ecba59feb32d7598e257913d622f9ea5296d3b.tar.gz
content update
Diffstat (limited to '_includes/site.css')
-rw-r--r--_includes/site.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/_includes/site.css b/_includes/site.css
index 9a9eb05..fa9230b 100644
--- a/_includes/site.css
+++ b/_includes/site.css
@@ -114,6 +114,17 @@ table td {
114 padding: 5px 10px; 114 padding: 5px 10px;
115} 115}
116 116
117summary {
118 outline: none;
119 cursor: pointer;
120 font-weight: 600;
121 user-select: none;
122}
123
124details .highlighter-rouge {
125 margin-top: 10px !important;
126}
127
117.highlighter-rouge { 128.highlighter-rouge {
118 padding: 0 15px; 129 padding: 0 15px;
119 font-size: 80%; 130 font-size: 80%;
@@ -140,11 +151,13 @@ table td {
140 body { 151 body {
141 padding: 0 20px; 152 padding: 0 20px;
142 } 153 }
154
143 footer, 155 footer,
144 header, 156 header,
145 nav { 157 nav {
146 text-align: center; 158 text-align: center;
147 } 159 }
160
148 .responsive-table { 161 .responsive-table {
149 width: 100%; 162 width: 100%;
150 overflow: scroll; 163 overflow: scroll;
@@ -155,6 +168,7 @@ table td {
155 @page { 168 @page {
156 margin: 2cm; 169 margin: 2cm;
157 } 170 }
171
158 header, 172 header,
159 nav, 173 nav,
160 .comments { 174 .comments {