This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/assets/sass/main.sass
2017-09-04 17:55:53 +01:00

23 lines
283 B
Sass

@import "node_modules/tachyons-sass/scss/colors";
$blue: #0678be
@import "node_modules/tachyons-sass/tachyons";
p,
li,
td
a
color: $blue
.video
padding: 56.25% 0 0
.video iframe,
.video embed
height: 100%
left: 0
position: absolute
top: 0
width: 100%