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 {
color: #fff;
}
......@@ -14,3 +32,12 @@ body.dark::before {
color: #ddd;
background-color: #444;
}
.dark .dayTime {
color: #ccc;
background-color: #333;
}
.dark .day {
border-left-color: #111;
}
......@@ -5,8 +5,8 @@
}
body {
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 {
background-color: white; /* legyen fehér a háttér */
/* Ezt csak másoljuk le */
......@@ -67,20 +67,3 @@ main {
.day {
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.
Finish editing this message first!
Please register or to comment