mirror of
https://github.com/markqvist/reticulum_website.git
synced 2025-02-02 18:34:42 -05:00
Updated CSS
This commit is contained in:
parent
0a52e0a092
commit
8faf755f65
@ -138,6 +138,11 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
margin-top: 0.5em;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
transition:
|
transition:
|
||||||
background-color 0.1s linear,
|
background-color 0.1s linear,
|
||||||
|
2
build.py
2
build.py
@ -10,7 +10,7 @@ document_start = """
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="css/water.css">
|
<link rel="stylesheet" href="css/water.css?v=1">
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Reticulum Network</title>
|
<title>Reticulum Network</title>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user