[go: nahoru, domu]

Skip to content

Commit

Permalink
Add monospace font style
Browse files Browse the repository at this point in the history
  • Loading branch information
ameer1234567890 committed Aug 22, 2023
1 parent 3e4b4de commit 48328d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion internal/web/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
.my-col-off {
color:{{ .Config.ColorOff }};
}
.monospace-font {
font-family: monospace;
}
</style>
<body>
<nav class="navbar navbar-expand-sm navbar-dark bg-primary">
Expand Down Expand Up @@ -75,4 +78,4 @@
{{ end }}
</div>
</nav>
{{ end }}
{{ end }}

0 comments on commit 48328d6

Please sign in to comment.