Added favicon.
This commit is contained in:
parent
8354b455d4
commit
3f5d90b8ae
14 changed files with 73 additions and 61 deletions
|
|
@ -51,13 +51,16 @@ button:hover {
|
|||
}
|
||||
|
||||
code {
|
||||
background-color: rgb(75, 75, 75);
|
||||
border: 1px solid white;
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
background-color: darkslategray;
|
||||
color: var(--accent-color);
|
||||
/* outline: 1px solid white; */
|
||||
padding-left: .2em;
|
||||
padding-right: .2em;
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
border-radius: 2px;
|
||||
/* margin-left: 2px;
|
||||
margin-right: 2px; */
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
input, select {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue