Skip to content
Snippets Groups Projects
Commit 781e9b3e authored by Andris Borbás's avatar Andris Borbás
Browse files

reset

parent 0ceb147a
No related branches found
No related tags found
No related merge requests found
main {
position: relative;
}
body {
background: none;
}
body::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url("../img/rough_bg.jpg");
}
body.dark { body.dark {
color: #fff; color: #fff;
} }
...@@ -14,3 +32,12 @@ body.dark::before { ...@@ -14,3 +32,12 @@ body.dark::before {
color: #ddd; color: #ddd;
background-color: #444; background-color: #444;
} }
.dark .dayTime {
color: #ccc;
background-color: #333;
}
.dark .day {
border-left-color: #111;
}
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
} }
body { body {
font-family: "Roboto"; /* A fentebb 'létrehozott' betűtípust használjuk fel */ font-family: "Roboto"; /* A fentebb 'létrehozott' betűtípust használjuk fel */
background-image: url("../img/rough_bg.jpg"); /* Beállítjuk a letöltött hátteret */
} }
main { main {
background-color: white; /* legyen fehér a háttér */ background-color: white; /* legyen fehér a háttér */
/* Ezt csak másoljuk le */ /* Ezt csak másoljuk le */
...@@ -67,20 +67,3 @@ main { ...@@ -67,20 +67,3 @@ main {
.day { .day {
border-left: 1px solid rgb(234, 234, 234); border-left: 1px solid rgb(234, 234, 234);
} }
/* New stuff */
main {
position: relative;
}
body::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url("../img/rough_bg.jpg");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment