mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-05-20 21:18:41 -05:00
Created the Privacy styles.sass
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
@import "@/common/styles/colors"
|
||||
|
||||
.privacy-page
|
||||
padding: 5rem
|
||||
|
||||
h1
|
||||
font-size: 3rem
|
||||
margin: 0 0 2rem
|
||||
color: $primary
|
||||
|
||||
h2
|
||||
font-size: 1.6rem
|
||||
margin-bottom: 1rem
|
||||
color: $primary
|
||||
filter: brightness(0.9)
|
||||
|
||||
h3
|
||||
font-size: 1.3rem
|
||||
margin-bottom: 1rem
|
||||
color: $primary
|
||||
filter: brightness(0.8)
|
||||
|
||||
h4
|
||||
font-size: 1.1rem
|
||||
margin-bottom: 1rem
|
||||
a
|
||||
color: $primary
|
||||
text-decoration: underline
|
||||
transition: color 0.2s
|
||||
&:hover
|
||||
color: darken($primary, 10%)
|
||||
Reference in New Issue
Block a user