mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
Version - 47
This commit is contained in:
@@ -26,9 +26,6 @@ header{
|
||||
color: #fff;
|
||||
border-radius: 0 0 2rem 2rem;
|
||||
box-shadow: 0 0 50px 10px #fff;
|
||||
}
|
||||
h1{
|
||||
|
||||
}
|
||||
h3{
|
||||
position: absolute;
|
||||
@@ -36,6 +33,8 @@ h3{
|
||||
}
|
||||
img{
|
||||
width: 300px;
|
||||
cursor: pointer;
|
||||
border-radius: 50%;
|
||||
}
|
||||
#jonathan{
|
||||
z-index: -36;
|
||||
@@ -136,4 +135,23 @@ footer{
|
||||
transform: rotate(calc(360deg/-4*var(--i)));
|
||||
box-shadow: 0 3px 4px rgba(0,0,0,0.15)
|
||||
}
|
||||
.socmenu li a img{width:1em;}
|
||||
.socmenu li a img{width:1em;}
|
||||
|
||||
@media (prefers-color-scheme: dark){
|
||||
body{
|
||||
background: #333;
|
||||
color: #fff;
|
||||
}
|
||||
h3{
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
@media (prefers-color-scheme: light){
|
||||
body{
|
||||
background: #ddd;
|
||||
color: #000;
|
||||
}
|
||||
h3{
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user