aboutsummaryrefslogtreecommitdiff
path: root/template/style.css
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-10-07 23:21:32 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-10-07 23:21:32 +0200
commit42bb4ad698c414dc1a84184ca9b62bec40f5acfc (patch)
tree85e6fbe258efafb78280b45838b9a703329e339a /template/style.css
parent43e7ed294c18ee8004f40ec6c1ed1c21f1190c49 (diff)
downloadmitjafelicijan.com-42bb4ad698c414dc1a84184ca9b62bec40f5acfc.tar.gz
Cleanup
Diffstat (limited to 'template/style.css')
-rwxr-xr-xtemplate/style.css15
1 files changed, 2 insertions, 13 deletions
diff --git a/template/style.css b/template/style.css
index 8da06fd..d4c77ad 100755
--- a/template/style.css
+++ b/template/style.css
@@ -38,12 +38,12 @@ hr {
38 38
39 39
40::selection { 40::selection {
41 background: #ff0; 41 background: rgb(255, 241, 177);
42 color: #000; 42 color: #000;
43} 43}
44 44
45::-moz-selection { 45::-moz-selection {
46 background: #ff0; 46 background: rgb(255, 241, 177);
47 color: #000; 47 color: #000;
48} 48}
49 49
@@ -401,17 +401,6 @@ hr {
401 border-top: 5px solid #f7f7f7; 401 border-top: 5px solid #f7f7f7;
402} 402}
403 403
404
405::selection {
406 background: #ff0;
407 color: #000;
408}
409
410::-moz-selection {
411 background: #ff0;
412 color: #000;
413}
414
415/* width of the page */ 404/* width of the page */
416 405
417.wrapper { 406.wrapper {