mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
Version 40.5.2 - playing with meta tags
This commit is contained in:
@@ -3,14 +3,14 @@ body {
|
||||
user-select: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background-color: #fff;
|
||||
background-color: #333;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
#tycoon{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 200px;
|
||||
background: radial-gradient(125% 100% at 50% 0%,#9aff9a 20%,#fff 70%);
|
||||
background: #333;
|
||||
font-size: 15pt;
|
||||
}
|
||||
#logclick{
|
||||
@@ -137,6 +137,9 @@ ul li:last-child{
|
||||
border-bottom: none;
|
||||
}
|
||||
ul li a{
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
color: #fff;
|
||||
font-size: 18px;
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user