summaryrefslogblamecommitdiffstats
path: root/ui/static/css/main.css
blob: 83af7952625463de55a525f524d6f3cbf73b379f (plain) (tree)
1
2
3
4
5

                           
                
                 
                    















                                  
 
* {
    box-sizing: border-box;
    margin: 0em;
    padding: 4px;
    font-size: 10pt;
    font-family: sans-serif;
    color: #333;
    background: lightgray;
}

nav {
    border-bottom: solid 3px #ccc;
}

a {
    color: green;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}