This repository was archived by the owner on Feb 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 14
14
< script src ="https://d-i-projects.github.io/JS/check_accessable.js " defer > </ script >
15
15
< script src ="https://d-i-projects.github.io/JS/welcome_console_message.js "> </ script >
16
16
< 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&I - Home ">
18
- < meta property ="og:description " content ="This is the homepage of D&I Projects! ">
17
+ < meta property ="og:title " content ="D&I - Impressum ">
18
+ < meta property ="og:description " content ="This is the Impressum of D&I Projects! ">
19
19
< meta property ="og:image " content ="https://d-i-projects.github.io/IMG/banner.png ">
20
20
< meta property ="og:url " content ="https://d-i-projects.github.io/ ">
21
21
< meta property ="og:type " content ="website ">
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ footer {
323
323
.card {
324
324
width : 300px ;
325
325
height : auto;
326
- background-color : rgba ( 0 , 0 , 0 , 0.25 );
326
+ background-color : var ( --bg-color );
327
327
border : 1px solid # 333 ;
328
328
border-radius : 20px ;
329
329
overflow : hidden;
@@ -381,7 +381,7 @@ footer {
381
381
.card-title {
382
382
font-size : 1.5em ;
383
383
margin : 10px 0 ;
384
- color : # fff ;
384
+ color : var ( --text-color ) ;
385
385
font-weight : bold;
386
386
}
387
387
@@ -404,11 +404,10 @@ footer {
404
404
}
405
405
}
406
406
407
-
408
407
.card-description {
409
408
font-size : 1em ;
410
409
margin : 0 0 20px ;
411
- color : # ddd ;
410
+ color : var ( --text-color ) ;
412
411
}
413
412
414
413
.footer-container {
You can’t perform that action at this time.
0 commit comments