Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Small Technology Foundation web site
site
Commits
66367a11
Commit
66367a11
authored
Jul 01, 2019
by
Laura Kalbag
⚡
Browse files
Fix text decoration colours on blob list
parent
05a2a6e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/small-tech/static/style.css
View file @
66367a11
...
...
@@ -396,18 +396,22 @@ ul.blobs li:nth-of-type(2n) {
ul
.blobs
li
.better
,
ul
.blobs
li
.better
a
{
color
:
#005D62
;
text-decoration-color
:
#005D62
;
}
ul
.blobs
li
.accessibility
,
ul
.blobs
li
.accessibility
a
{
color
:
#00625B
;
text-decoration-color
:
#00625B
;
}
ul
.blobs
li
.ethical-design
,
ul
.blobs
li
.ethical-design
a
{
color
:
#97285A
;
text-decoration-color
:
#97285A
;
}
ul
.blobs
li
.lens
,
ul
.blobs
li
.lens
a
{
color
:
#804C00
;
text-decoration-color
:
#804C00
;
}
ul
.blobs
li
img
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment