Favour a more discrete design

This commit is contained in:
Augusto Gunsch 2022-01-17 19:57:39 -03:00
parent 34f2fda2cd
commit 0315605203
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@
</head>
<body>
<header>
<h1 style="margin: 0;" id="cabinet">Cabinet file manager</h1>
<h1 id="cabinet"><img id="cabinet-icon" src="cabinet.png"/>Cabinet</h1>
</header>
<body>
${toc}

View File

@ -32,10 +32,11 @@ a {
}
.button {
text-align: center;
padding: .4em;
border-radius: 3px;
background-color: #fcfeff;
color: #112a6f;
background-color: #183b9a;
color: #fcfeff;
width: 100px;
}
nav {
@ -45,7 +46,6 @@ nav {
width: 100%;
display: flex;
background-color: #112a6f;
padding: 1em;
}
#path {