Initial page
This commit is contained in:
32
overrides.css
Normal file
32
overrides.css
Normal file
@ -0,0 +1,32 @@
|
||||
body {
|
||||
max-width: 60rem;
|
||||
width: 60rem;
|
||||
}
|
||||
|
||||
header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.header-icons {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
.icon {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.icon .detail {
|
||||
display: none;
|
||||
margin-left: 8px;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.icon:hover .detail {
|
||||
display: inline;
|
||||
}
|
Reference in New Issue
Block a user