aboutsummaryrefslogtreecommitdiff
path: root/template/style.css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-01-27 15:10:46 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-01-27 15:10:46 +0100
commit95df760bc1571071a7f6b9f626ecd4e5e3b34adc (patch)
treed7bf0eae94653d3d1d8828b31f6dea37a8f5992c /template/style.css
parent0d4d604fe6482052fe7724b04299474f8a820780 (diff)
downloadmitjafelicijan.com-95df760bc1571071a7f6b9f626ecd4e5e3b34adc.tar.gz
Adde openring
Diffstat (limited to 'template/style.css')
-rwxr-xr-xtemplate/style.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/template/style.css b/template/style.css
index 5aee568..26913fb 100755
--- a/template/style.css
+++ b/template/style.css
@@ -6,7 +6,7 @@
6 --link-color: #111111; 6 --link-color: #111111;
7 --link-color-hover: #111111; 7 --link-color-hover: #111111;
8 8
9 --label-color: #828282; 9 --label-color: #5f5f5f;
10 10
11 --border-color: #eeeeee; 11 --border-color: #eeeeee;
12 12
@@ -222,6 +222,10 @@ blockquote p {
222 margin-top: 60px; 222 margin-top: 60px;
223} 223}
224 224
225.top-margin-huge {
226 margin-top: 100px;
227}
228
225code { 229code {
226 background: rgb(255, 241, 177); 230 background: rgb(255, 241, 177);
227 padding: 2px 5px; 231 padding: 2px 5px;
@@ -249,6 +253,18 @@ time {
249 font-size: 90%; 253 font-size: 90%;
250} 254}
251 255
256/* article */
257
258article a {
259 overflow-wrap: break-word;
260 word-wrap: break-word;
261 -webkit-hyphens: auto;
262 -ms-hyphens: auto;
263 -moz-hyphens: auto;
264 hyphens: auto;
265}
266
267
252/* footer */ 268/* footer */
253 269
254.footer { 270.footer {