Color update

This commit is contained in:
2025-02-15 19:05:22 +01:00
parent 3d9d39f56e
commit 8ce6a1d90e
2 changed files with 20 additions and 3 deletions

16
css/themes/jmde.css Normal file
View File

@@ -0,0 +1,16 @@
/* Theme */
main {
background: #314159;
color: #7ba2bf;
}
.icons-social a {
color: #7ba2bf;
;
}
.icons-social a svg path{
fill: #7ba2bf;
;
}

View File

@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JensMohrmann.de | Dr. Jens Mohrmann</title> <title>Dr. Jens Mohrmann</title>
<link rel="icon" href="favicon.ico" type="image/png" /> <link rel="icon" href="favicon.ico" type="image/png" />
@@ -13,10 +13,11 @@
<link href="https://use.fontawesome.com/releases/v5.13.1/css/all.css" rel="stylesheet"> <link href="https://use.fontawesome.com/releases/v5.13.1/css/all.css" rel="stylesheet">
<link rel="stylesheet" href="css/reset.css"> <link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/styles.css"> <link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/themes/jmde.css">
<!-- <link rel="stylesheet" href="css/themes/indigo-white.css"> --> <!-- <link rel="stylesheet" href="css/themes/indigo-white.css"> -->
<!-- <link rel="stylesheet" href="css/themes/green-white.css"> --> <!-- <link rel="stylesheet" href="css/themes/green-white.css"> -->
<!-- <link rel="stylesheet" href="css/themes/red-white.css"> --> <!-- <link rel="stylesheet" href="css/themes/red-white.css"> -->
<link rel="stylesheet" href="css/themes/grey-white.css"> <!-- <link rel="stylesheet" href="css/themes/grey-white.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-indigo.css"> --> <!-- <link rel="stylesheet" href="css/themes/white-indigo.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-blue.css"> --> <!-- <link rel="stylesheet" href="css/themes/white-blue.css"> -->
<!-- <link rel="stylesheet" href="css/themes/white-grey.css"> --> <!-- <link rel="stylesheet" href="css/themes/white-grey.css"> -->
@@ -25,7 +26,7 @@
</head> </head>
<body> <body>
<main> <main>
<div class="intro">Jens Mohrmann</div> <div class="intro">Dr. Jens Mohrmann</div>
<div class="tagline">Physicist | Product Development Engineer</div> <div class="tagline">Physicist | Product Development Engineer</div>
<!-- Find your icons from here - https://fontawesome.com/icons?d=gallery&s=brands --> <!-- Find your icons from here - https://fontawesome.com/icons?d=gallery&s=brands -->
<div class="icons-social"> <div class="icons-social">