mostly single updates

This commit is contained in:
2019-07-11 03:40:11 +02:00
parent d1dbc518e3
commit 99e2082e42
13 changed files with 497 additions and 188 deletions

View File

@@ -160,11 +160,15 @@
@mixin captiontext {
//képaláírás
font: 900 1rem "Westeinde Caption";
color: #fff;
-webkit-text-stroke-width: 1px;
color: #000;
// -webkit-text-stroke-width: 1px;
}
@mixin single-quote {
font: 800 2rem "Butler";
color: #000;
}
@mixin related-title {
font: 500 2rem "Westeinde Caption";
}