mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-28 21:31:04 +00:00
feat: improved patches page ui
This commit is contained in:
13
src/app.scss
13
src/app.scss
@@ -34,23 +34,24 @@ body {
|
||||
}
|
||||
|
||||
:root {
|
||||
/* TODO properly name these */
|
||||
--main-font: "Manrope", sans-serif;
|
||||
--mono-font: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
||||
--white: hsl(206, 100%, 94%);
|
||||
--accent-color: hsl(206, 100%, 81%);
|
||||
--accent-color-two: hsl(208, 28%, 82%);
|
||||
--accent-low-opacity: hsla(205, 100%, 81%, 0.1);
|
||||
--accent-color-two: hsl(208, 75%, 82%);
|
||||
--accent-low-opacity: hsla(205, 100%, 81%, 0.15);
|
||||
--bg-color: hsl(252, 10%, 11%);
|
||||
--grey-one: hsl(210, 14%, 17%);
|
||||
--grey-two: hsl(212, 19%, 19%);
|
||||
--grey-three: hsl(221, 17%, 26%);
|
||||
--grey-four: hsl(226, 48%, 18%);
|
||||
--grey-five: hsl(208, 30%, 75%);
|
||||
--grey-six: hsl(230, 7%, 13%);
|
||||
--grey-six: hsl(230, 9%, 13%);
|
||||
--grey-seven: hsl(240, 9%, 13.5%);
|
||||
--grey-eight: hsla(207, 30%, 75%, 0.577);
|
||||
--grey-nine: hsla(240, 6%, 7%, 0.3);
|
||||
--grey-ten: hsl(230, 9.5%, 17%);
|
||||
--grey-ten: hsl(230, 9.5%, 17.5%);
|
||||
--bezier-one: cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||
}
|
||||
|
||||
@@ -144,9 +145,9 @@ p {
|
||||
|
||||
hr {
|
||||
display: block;
|
||||
height: 1px;
|
||||
height: 2px;
|
||||
border: 0;
|
||||
border-top: 1px solid var(--grey-three);
|
||||
border-top: 2px solid var(--grey-three);
|
||||
}
|
||||
|
||||
input {
|
||||
|
||||
Reference in New Issue
Block a user