mirror of
https://github.com/sethcottle/littlelink.git
synced 2025-04-20 23:36:28 -04:00
local images;
dark color;
This commit is contained in:
parent
f7d85b196d
commit
7a0feb6c71
@ -77,7 +77,7 @@ are based on 10px sizing. So basically 1.5rem = 15px :) */
|
||||
html {
|
||||
font-size: 100%; }
|
||||
body {
|
||||
background-color: #292929;
|
||||
background-color: #181a1b;
|
||||
font-size: 18px;
|
||||
line-height: 24px;
|
||||
font-weight: 400;
|
||||
|
BIN
img/dinip_logo_512.png
Normal file
BIN
img/dinip_logo_512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
BIN
img/dinip_logo_64.png
Normal file
BIN
img/dinip_logo_64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
@ -10,7 +10,7 @@
|
||||
<link rel="stylesheet" href="css/normalize.css">
|
||||
<link rel="stylesheet" href="css/skeleton-dark.css">
|
||||
<link rel="stylesheet" href="css/brands.css">
|
||||
<link rel="icon" type="image/png" href="https://cdn-bot.dinip.pt/static/dinip_logo_64.png">
|
||||
<link rel="icon" type="image/png" href="img/dinip_logo_64.png">
|
||||
|
||||
</head>
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="column" style="margin-top: 10%">
|
||||
<img src="https://cdn-bot.dinip.pt/static/dinip_logo_512.png" alt="Dinip Logo"
|
||||
<img src="img/dinip_logo_512.png" alt="Dinip Logo"
|
||||
style="border-radius: 50%; max-width: 192px;">
|
||||
<h1>Dinip (Dinis Pimpão)</h1>
|
||||
<p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user