mirror of
https://github.com/markqvist/reticulum_website.git
synced 2025-08-16 02:00:51 -04:00
Updated CSS
This commit is contained in:
parent
0a52e0a092
commit
8faf755f65
2 changed files with 6 additions and 1 deletions
|
@ -138,6 +138,11 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
li {
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
button {
|
||||
transition:
|
||||
background-color 0.1s linear,
|
||||
|
|
2
build.py
2
build.py
|
@ -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]-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue