Make backgrund more awesomer :D
This commit is contained in:
parent
5b7341c905
commit
e5c0554282
3 changed files with 12 additions and 4 deletions
3
credits.toml
Normal file
3
credits.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[images]
|
||||
|
||||
"floating cogs" = "https://www.heropatterns.com/"
|
1
theme/images/floating-cogs.svg
Normal file
1
theme/images/floating-cogs.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 32 KiB |
|
@ -3,7 +3,7 @@ body
|
|||
{
|
||||
font-family: sans-serif;
|
||||
|
||||
background: hsl(52, 75%, 50%);
|
||||
background: url("images/floating-cogs.svg"), hsl(52, 75%, 50%);
|
||||
color: hsl(232, 76%, 35%);
|
||||
|
||||
display: grid;
|
||||
|
@ -45,6 +45,10 @@ pre {
|
|||
|
||||
justify-self: center;
|
||||
align-self: center;
|
||||
|
||||
color: inherit;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
|
@ -61,7 +65,7 @@ pre {
|
|||
|
||||
margin: 1em;
|
||||
padding: 1em 2em;
|
||||
background: hsl(202, 76%, 50%);
|
||||
background: hsla(202, 75%, 50%, 0.8);
|
||||
|
||||
color: inherit;
|
||||
font-size: 2em;
|
||||
|
@ -141,7 +145,7 @@ pre {
|
|||
--padding-vertical: 0.25em;
|
||||
--padding-horizontal: 1em;
|
||||
|
||||
background: hsl(202, 76%, 50%);
|
||||
background: hsla(202, 76%, 50%, 0.8);
|
||||
margin: 1em 0;
|
||||
padding: var(--padding-vertical) 0;
|
||||
}
|
||||
|
@ -151,7 +155,7 @@ pre {
|
|||
}
|
||||
.report .version { float: right; }
|
||||
.report > pre {
|
||||
background: #efefef;
|
||||
background: rgba(238, 238, 238, 0.8);
|
||||
padding: var(--padding-vertical) var(--padding-horizontal);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue