This commit is contained in:
2020-09-03 08:31:42 +02:00
16 changed files with 235 additions and 184 deletions
@@ -45,16 +45,26 @@
.img{
width: 1em;
height: calc(1em + 20px);
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
font-size: 20px;
padding: 3px 10px;
border-color: cadetblue;
padding: 0 10px;
border-color: #00788a;
border-radius: 100%;
background-color: cadetblue;
background-color: #00788a;
line-height: 30px;
float: left;
display: flex;
justify-content: center;
}
.img > a {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
}
.information{
@@ -69,7 +79,7 @@
width: 100%;
}
html,body,main{
html,main{
@if(request()->cookie("mode") == "dark")
@else