mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-18 08:43:56 +00:00
feat: nicer homescreen ui
This commit is contained in:
25
src/app.css
25
src/app.css
@@ -19,7 +19,7 @@ body{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 1.3;
|
||||
background-color: #0f111a;
|
||||
background-color: var(--bg-color);
|
||||
}
|
||||
|
||||
html, body{
|
||||
@@ -33,14 +33,14 @@ html, body{
|
||||
|
||||
:root {
|
||||
--white: #fff;
|
||||
--red: #ff4151;
|
||||
--red-glow: #ff838d40;
|
||||
--grey-one: #1c1e29;
|
||||
--grey-two: #2b2d3a;
|
||||
--grey-three: #3e404f;
|
||||
--red: #8bc3f4;
|
||||
--bg-color: #181C1E;
|
||||
--grey-one: #252B31;
|
||||
--grey-two: #28313b;
|
||||
--grey-three: #3c4759c3;
|
||||
--grey-four: #1B1E29;
|
||||
--grey-five: #D0D0D0;
|
||||
--grey-six: #a19e9e;
|
||||
--grey-five: hsl(208, 30%, 75%);
|
||||
--grey-six: #23282da7;
|
||||
--grey-seven: #535563;
|
||||
--bezier-one: cubic-bezier(0.25, 0.46, 0.45, 0.94)
|
||||
}
|
||||
@@ -54,13 +54,14 @@ html, body{
|
||||
|
||||
h1{
|
||||
color: var(--white);
|
||||
font-weight: 800;
|
||||
font-weight: 700;
|
||||
line-height: 0.75em;
|
||||
}
|
||||
|
||||
h2{
|
||||
color: var(--white);
|
||||
font-weight: 300;
|
||||
font-size: 1.75rem;
|
||||
color: var(--grey-five);
|
||||
font-weight: 400;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
h3{
|
||||
|
||||
Reference in New Issue
Block a user