libcachebust/examples/actix-web/static/cachable/css/main.css
Aravinth Manivannan 01544bc36e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
feat: rename to libcachebust and init reuse
2023-10-16 23:35:41 +05:30

34 lines
548 B
CSS

/*
* SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
*
* SPDX-License-Identifier: Apache-2.0
* SPDX-License-Identifier: MIT
*/
body {
display: flex;
flex-direction: column;
background-color: #22272e;
color: #adbac7;
max-width: 60%;
margin: auto;
padding: 20px;
}
.greetings {
display: block;
margin: auto;
}
h1,
h2 {
margin: auto;
padding: 10px;
}
code {
font-size: 0.9rem;
color: #adbac7;
background-color: rgba(205, 217, 229, 0.15);
border-radius: 6px;
padding: 0.2em 0.4em;
}