Favour a more discrete design
This commit is contained in:
parent
34f2fda2cd
commit
0315605203
|
@ -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}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue