mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 09:59:56 +02:00
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
This commit is contained in:
commit
db2e006bd8
1 changed files with 5 additions and 2 deletions
|
@ -289,18 +289,21 @@ export default {
|
||||||
|
|
||||||
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
<!-- Add "scoped" attribute to limit CSS to this component only -->
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
@import "../style/vendor/media";
|
||||||
|
|
||||||
.ui.list .list.icon {
|
.ui.list .list.icon {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1.header, h1 .sub.header {
|
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;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
h1.ui.header {
|
h1.ui.header {
|
||||||
|
@include media(">tablet") {
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
h1.ui.header .sub.header {
|
h1.ui.header .sub.header {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue