aboutsummaryrefslogtreecommitdiff
path: root/public/stylesheets/konami.css
blob: b5d3935e700e52d8a5e52b3253dfbbe46878ea58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.cheat-form * {
    position: fixed;
    top: 0;
    padding: 1em;
    width: 100%;

    border: none;
    border-bottom: .25em solid black;

    background-color: gray;
    color: white;
}