forked from abner/for-legacy-web
Port context menus.
This commit is contained in:
28
src/pages/home/Home.module.scss
Normal file
28
src/pages/home/Home.module.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
.home {
|
||||
user-select: none;
|
||||
|
||||
h3 {
|
||||
margin: 1em 0;
|
||||
font-size: 48px;
|
||||
text-align: center;
|
||||
|
||||
img {
|
||||
height: 36px;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: auto;
|
||||
display: block;
|
||||
font-size: 18px;
|
||||
text-align: center;
|
||||
|
||||
li {
|
||||
list-style: lower-greek;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[data-light="true"] .home svg {
|
||||
filter: invert(100%);
|
||||
}
|
||||
Reference in New Issue
Block a user