2020-05-11 23:29:18 +08:00
|
|
|
:root {
|
|
|
|
--bg-color: #121520;
|
|
|
|
--caret-color: #fff;
|
2020-05-11 23:56:10 +08:00
|
|
|
--main-color: #fff;
|
|
|
|
--sub-color: #7f88ab;
|
2020-05-12 07:59:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#menu{
|
|
|
|
gap: .5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#top.focus #menu .button,
|
|
|
|
#top.focus #menu:before,
|
|
|
|
#top.focus #menu:after
|
|
|
|
{
|
|
|
|
background: #7f88ab;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu .button{
|
|
|
|
border-radius: 10rem !important;
|
|
|
|
color: #121520;
|
|
|
|
}
|
|
|
|
|
2020-05-22 18:51:05 +08:00
|
|
|
/* #menu:before{
|
2020-05-12 07:59:12 +08:00
|
|
|
content: "";
|
|
|
|
background: #f94348;
|
|
|
|
width: 1.25rem;
|
|
|
|
height: 1.25rem;
|
|
|
|
padding: .5rem;
|
|
|
|
border-radius: 10rem;
|
2020-05-22 18:51:05 +08:00
|
|
|
} */
|
2020-05-12 07:59:12 +08:00
|
|
|
|
2020-05-22 18:51:05 +08:00
|
|
|
#menu .button:nth-child(1){
|
|
|
|
background: #f94348;
|
2020-05-12 07:59:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#menu .button:nth-child(2){
|
2020-05-22 18:51:05 +08:00
|
|
|
background: #9261ff;
|
2020-05-12 07:59:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#menu .button:nth-child(3){
|
2020-05-22 18:51:05 +08:00
|
|
|
background: #3cc5f8;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menu .button:nth-child(4){
|
2020-05-12 07:59:12 +08:00
|
|
|
background: #4acb8a;
|
|
|
|
}
|
|
|
|
|
2020-05-22 18:51:05 +08:00
|
|
|
#menu .button:nth-child(5), #menu .button:nth-child(6){
|
2020-05-12 07:59:12 +08:00
|
|
|
background: #ffd543;
|
2020-05-22 18:51:05 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#menu:after{
|
|
|
|
content: "";
|
|
|
|
background: #ff9349;
|
|
|
|
width: 1.25rem;
|
|
|
|
height: 1.25rem;
|
|
|
|
padding: .5rem;
|
|
|
|
border-radius: 10rem;
|
2020-05-22 19:17:36 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
#top.focus #menu .button.discord::after{
|
|
|
|
border-color: transparent;
|
|
|
|
}
|