Skip to content

Commit

Permalink
Updated vici style default
Browse files Browse the repository at this point in the history
  • Loading branch information
Emperor42 committed Aug 21, 2024
1 parent 39c967a commit fb00b6f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion vici.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ html {
margin: 0;
padding:0;
width: 100%;
border: green solid 1px;
}

body {
Expand Down Expand Up @@ -94,4 +95,11 @@ article form input {

.moving {
border: dashed cornflowerblue
}
}

nav {
display: inline-flex;
gap: 1rem;
background-color: cornflowerblue;
}

0 comments on commit fb00b6f

Please sign in to comment.