Skip to content

Commit

Permalink
Disable logo link bottom border
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubklimek committed Jan 8, 2025
1 parent d9fbb09 commit 9b05a7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -1339,3 +1339,7 @@ a#outdated-note:hover {
*/
}
}

a[href].logo {
border-bottom: none;
}
4 changes: 0 additions & 4 deletions static/css/od.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,4 @@ dl > dd > ol > li {

ol > li > ol > li > ol > li {
list-style-type: lower-roman ;
}

a.logo {
border-bottom: none;
}

0 comments on commit 9b05a7d

Please sign in to comment.