We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ccc6e9 commit ff02d31Copy full SHA for ff02d31
2 files changed
src/styles/base.scss
@@ -34,3 +34,14 @@ img {
34
path {
35
fill: currentColor;
36
}
37
+
38
+*:focus {
39
+ outline: 2px solid $brandComplement;
40
+}
41
42
+::-moz-selection {
43
+ background: rgba($brandComplement, 0.8);
44
45
+::selection {
46
47
src/styles/teaser.scss
@@ -96,6 +96,12 @@
96
97
.teaser-description {
98
padding-top: 4px;
99
100
+ a,
101
+ a:visited {
102
+ color: $white;
103
+ border-bottom: 1px solid rgba($white, 0.25);
104
+ }
105
106
107
.teaser-footer {
0 commit comments