You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
This commit will add new icon for ReZygisk is mark. This icon will replect the state of ReZygisk. This commit also improve font by adding new local font named ProductSans for material you feeling
61 lines
788 B
CSS
61 lines
788 B
CSS
* {
|
|
background-color: #181c20;
|
|
color: #fff;
|
|
font-family: 'ProductSans Regular', 'ProductSans Italic', sans-serif
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none !important;
|
|
}
|
|
|
|
.header {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
padding: 25px 15px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.card {
|
|
margin-left: 15px;
|
|
margin-right: 15px;
|
|
margin-bottom: 10px;
|
|
padding: 15px 15px;
|
|
border-radius: 15px;
|
|
color: #fff;
|
|
}
|
|
|
|
.content {
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.spliter {
|
|
border-bottom: 1px solid #283136;
|
|
}
|
|
|
|
.liste {
|
|
justify-content: space-between;
|
|
align-self: center;
|
|
display: flex;
|
|
}
|
|
|
|
.bright {
|
|
border: 5px solid #3a4857;
|
|
background: #3a4857;
|
|
}
|
|
.brightc {
|
|
background: #3a4857;
|
|
}
|
|
|
|
.dim {
|
|
border: 5px solid #1d2327;
|
|
background: #1d2327;
|
|
}
|
|
|
|
.dimc {
|
|
background: #1d2327;
|
|
} |