Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit cfa6234

Browse files
authored
Add files via upload
1 parent 6c47286 commit cfa6234

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

impressum/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<script src="https://d-i-projects.github.io/JS/check_accessable.js" defer></script>
1515
<script src="https://d-i-projects.github.io/JS/welcome_console_message.js"></script>
1616
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
17-
<meta property="og:title" content="D&amp;I - Home">
18-
<meta property="og:description" content="This is the homepage of D&I Projects!">
17+
<meta property="og:title" content="D&amp;I - Impressum">
18+
<meta property="og:description" content="This is the Impressum of D&I Projects!">
1919
<meta property="og:image" content="https://d-i-projects.github.io/IMG/banner.png">
2020
<meta property="og:url" content="https://d-i-projects.github.io/">
2121
<meta property="og:type" content="website">

projects/style_projects.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ footer {
323323
.card {
324324
width: 300px;
325325
height: auto;
326-
background-color: rgba(0, 0, 0, 0.25);
326+
background-color: var(--bg-color);
327327
border: 1px solid #333;
328328
border-radius: 20px;
329329
overflow: hidden;
@@ -381,7 +381,7 @@ footer {
381381
.card-title {
382382
font-size: 1.5em;
383383
margin: 10px 0;
384-
color: #fff;
384+
color: var(--text-color);
385385
font-weight: bold;
386386
}
387387

@@ -404,11 +404,10 @@ footer {
404404
}
405405
}
406406

407-
408407
.card-description {
409408
font-size: 1em;
410409
margin: 0 0 20px;
411-
color: #ddd;
410+
color: var(--text-color);
412411
}
413412

414413
.footer-container {

0 commit comments

Comments
 (0)