Skip to content

Commit

Permalink
adding disconnected banner
Browse files Browse the repository at this point in the history
  • Loading branch information
kincl committed May 6, 2024
1 parent b8e4801 commit fbc026e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ venv
# antora output
output
.cache

cli
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions content/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,10 @@ div.banner-item-title {
.tmux-block {
font-size: xx-large;
}

#topbar-nav > div:before {
content: " ";
background-size: cover;
width: 450px;
background-image: url("modules/_images/making-disconnected-fun-since-2024.png");
}

0 comments on commit fbc026e

Please sign in to comment.