Skip to content

Commit

Permalink
remove link color from skeleton.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Lam authored and paperdigits committed Oct 30, 2024
1 parent 50ebcea commit a60d86b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 8 additions & 0 deletions static/css/darktable.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,14 @@ h1+h2, h2+h3, h3+h4, h4+h5, h5+h6 {
margin-top: 0;
}

a {
color: #1D74DB;
transition: color .3s ease;
}
a:hover {
color: #1256a8;
}

.category hr {
max-width: 33%;
}
Expand Down
8 changes: 2 additions & 6 deletions static/css/skeleton.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,8 @@ p {

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
color: #1D74DB;
transition: color .3s ease;
}
a:hover {
color: #1256a8; }
a { color: #1EAEDB; }
a:hover { color: #1256a8; }


/* Buttons
Expand Down

0 comments on commit a60d86b

Please sign in to comment.