rewrite site and stop using iframes
This commit is contained in:
parent
53ba59c39d
commit
721630bec0
13 changed files with 102 additions and 32 deletions
|
|
@ -5,3 +5,16 @@ html {
|
|||
font-size: 2vh;
|
||||
color: white;
|
||||
}
|
||||
|
||||
a:link, a:visited {
|
||||
background-color: #f44336;
|
||||
color: white;
|
||||
padding: 1px 1px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
a:hover, a:active {
|
||||
background-color: red;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue