mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-05-26 12:32:25 +00:00
First working video page
This commit is contained in:
parent
23a7da45d3
commit
cbc3a2bf67
21 changed files with 3935 additions and 78 deletions
34
sass/includes/base.sass
Normal file
34
sass/includes/base.sass
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
@use "colors.sass" as c
|
||||
|
||||
body
|
||||
background-color: c.$bg-dark
|
||||
color: c.$fg-main
|
||||
font-family: "Bariol", sans-serif
|
||||
font-size: 18px
|
||||
margin: 0
|
||||
padding: 0
|
||||
|
||||
a
|
||||
color: c.$link
|
||||
|
||||
input, select, button
|
||||
font-family: inherit
|
||||
font-size: 16px
|
||||
|
||||
button
|
||||
cursor: pointer
|
||||
|
||||
:-moz-focusring
|
||||
outline: none
|
||||
|
||||
::-moz-focus-inner
|
||||
border: 0
|
||||
|
||||
select:-moz-focusring
|
||||
color: transparent
|
||||
text-shadow: 0 0 0 c.$fg-bright
|
||||
|
||||
body.show-focus
|
||||
a, select, button, input, video
|
||||
&:focus
|
||||
outline: 2px dotted #ddd
|
||||
Loading…
Add table
Add a link
Reference in a new issue