Skip to content

Commit ff02d31

Browse files
committed
Improve styling
1 parent 9ccc6e9 commit ff02d31

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

src/styles/base.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,14 @@ img {
3434
path {
3535
fill: currentColor;
3636
}
37+
38+
*:focus {
39+
outline: 2px solid $brandComplement;
40+
}
41+
42+
::-moz-selection {
43+
background: rgba($brandComplement, 0.8);
44+
}
45+
::selection {
46+
background: rgba($brandComplement, 0.8);
47+
}

src/styles/teaser.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@
9696

9797
.teaser-description {
9898
padding-top: 4px;
99+
100+
a,
101+
a:visited {
102+
color: $white;
103+
border-bottom: 1px solid rgba($white, 0.25);
104+
}
99105
}
100106

101107
.teaser-footer {

0 commit comments

Comments
 (0)