Add stroke to make headings more readable
This commit is contained in:
parent
5920af63c4
commit
ff8dc5865f
1 changed files with 10 additions and 7 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
|
||||||
|
|
||||||
|
$web-font-path: "/fonts/nunito-sans/index.css";
|
||||||
|
|
||||||
|
@import "bootstrap/functions";
|
||||||
|
@import "bootswatch/lux/variables";
|
||||||
|
@import "bootstrap/bootstrap";
|
||||||
|
@import "bootswatch/lux/bootswatch";
|
||||||
|
|
||||||
.blurred-container {
|
.blurred-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -25,6 +34,7 @@
|
||||||
|
|
||||||
.motto h1 {
|
.motto h1 {
|
||||||
background: #0000007d;
|
background: #0000007d;
|
||||||
|
-webkit-text-stroke: 0.1px $gray-100;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blurred-container .img-src {
|
.blurred-container .img-src {
|
||||||
|
@ -121,10 +131,3 @@
|
||||||
.fa-stack-top {
|
.fa-stack-top {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
$web-font-path: "/fonts/nunito-sans/index.css";
|
|
||||||
|
|
||||||
@import "bootstrap/functions";
|
|
||||||
@import "bootswatch/lux/variables";
|
|
||||||
@import "bootstrap/bootstrap";
|
|
||||||
@import "bootswatch/lux/bootswatch";
|
|
||||||
|
|
Loading…
Reference in a new issue