Skip to content
Snippets Groups Projects
Commit db2e006b authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch '927-header-landing-page' into 'develop'

Fix #927: improved title contrast on landing page with clear background

Closes #927

See merge request funkwhale/funkwhale!911
parents 654db455 b51dc712
No related branches found
No related tags found
No related merge requests found
......@@ -289,17 +289,20 @@ export default {
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped lang="scss">
@import "../style/vendor/media";
.ui.list .list.icon {
padding: 0;
}
h1.header, h1 .sub.header {
text-shadow: 0 2px 0 rgba(0,0,0,.8);
text-shadow: 1px 1px 2px rgba(0,0,0,.8);
color: #fff !important;
}
h1.ui.header {
font-size: 3em;
@include media(">tablet") {
font-size: 3em;
}
}
h1.ui.header .sub.header {
font-size: 0.8em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment