mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
23 lines
402 B
Plaintext
23 lines
402 B
Plaintext
|
|
.logo {
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
display: inline-block;
|
|
width: 30px;
|
|
height: 30px;
|
|
}
|
|
|
|
.github {
|
|
background-image: url(images/github-mark.svg);
|
|
background-size: contain;
|
|
}
|
|
|
|
.reddit {
|
|
background-image: url(images/reddit.svg);
|
|
background-size: contain;
|
|
}
|
|
|
|
.elite-dangerous {
|
|
background-image: url(images/ed-logo-sm.png);
|
|
background-size: contain;
|
|
} |