summaryrefslogtreecommitdiff
path: root/css/base.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/base.css')
-rw-r--r--css/base.css15
1 files changed, 9 insertions, 6 deletions
diff --git a/css/base.css b/css/base.css
index 4becbef..85dc161 100644
--- a/css/base.css
+++ b/css/base.css
@@ -24,13 +24,18 @@ body {
24 margin: 0; 24 margin: 0;
25} 25}
26 26
27#content {
28 margin: 1%;
29}
30
27#top-bar { 31#top-bar {
28 padding: 0.5%; 32 padding: 0.5%;
29 33
30 background-image: url(../images/sketty.jpeg); 34 /*background-image: url(../images/sketty.jpeg);
31 background-size: cover; 35 background-size: cover;*/
32 36
33 /*background-color: red;*/ 37 background-color: black;
38 color: white;
34 39
35 position: -webkit-sticky; 40 position: -webkit-sticky;
36 position: sticky; 41 position: sticky;
@@ -41,10 +46,8 @@ body {
41} 46}
42 47
43#top-bar h1 { 48#top-bar h1 {
44 padding: 0;
45 margin: 0; 49 margin: 0;
46 50 padding: 0;
47 position: inherit;
48 51
49 text-align: left; 52 text-align: left;
50 font-family: 'schizoid_personalityregular', 'zai_courier_polski_1941Rg', Courier, monospace; 53 font-family: 'schizoid_personalityregular', 'zai_courier_polski_1941Rg', Courier, monospace;