1
0
Fork 0
mirror of https://github.com/veggiemonk/awesome-docker.git synced 2025-04-19 07:28:05 +02:00

Change color theme

This commit is contained in:
Julien Bisconti 2018-04-22 14:39:58 +02:00
parent b8f5293094
commit 9ca07881ec
3 changed files with 8 additions and 10 deletions

View file

@ -7,12 +7,11 @@
<meta charset="UTF-8">
<title>Awesome-docker</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<meta name="theme-color" content="#5DBCD2">
<meta name="description" content="A curated list of Docker resources and projects.">
<meta name="keywords" content="free and open-source open source projects for docker moby kubernetes linux awesome awesome-list container tools dockerfile list moby docker-container docker-image docker-environment docker-deployment docker-swarm docker-api docker-monitoring docker-machine docker-security docker-registry">
<meta name="google-site-verification" content="_yiugvz0gCtfsBLyLl1LnkALXb6D4ofiwCyV1XOlYBM" />
<link rel="icon" type="image/png" href="favicon.png">
<!-- <link rel="stylesheet" href="style.css"> -->
<style>
* {
box-sizing: border-box
@ -39,7 +38,7 @@
a {
background-color: transparent;
color: #1e6bb8;
color: #5DBCD2;
text-decoration: none
}
@ -72,8 +71,8 @@
.page-header {
color: #fff;
text-align: center;
background-color: #159957;
background-image: linear-gradient(120deg, #155799, #159957)
background-color: #5DBCD2;
background-image: linear-gradient(120deg, #155799, #5DBCD2)
}
.project-name {
@ -100,7 +99,7 @@
margin-top: 2rem;
margin-bottom: 1rem;
font-weight: 400;
color: #159957
color: #5DBCD2
}
.main-content p {