aboutsummaryrefslogtreecommitdiff
path: root/template/style.css
diff options
context:
space:
mode:
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 {