Updated CSS

This commit is contained in:
Mark Qvist 2022-07-01 16:55:51 +02:00
parent 0a52e0a092
commit 8faf755f65
2 changed files with 6 additions and 1 deletions

View File

@ -138,6 +138,11 @@ body {
}
}
li {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
button {
transition:
background-color 0.1s linear,

View File

@ -10,7 +10,7 @@ document_start = """
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="css/water.css">
<link rel="stylesheet" href="css/water.css?v=1">
<meta charset="utf-8"/>
<title>Reticulum Network</title>
<![endif]-->