aboutsummaryrefslogtreecommitdiff
path: root/_site/includes/dom/header.php
diff options
context:
space:
mode:
Diffstat (limited to '_site/includes/dom/header.php')
-rw-r--r--_site/includes/dom/header.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/_site/includes/dom/header.php b/_site/includes/dom/header.php
index 7398567..079adb5 100644
--- a/_site/includes/dom/header.php
+++ b/_site/includes/dom/header.php
@@ -1,5 +1,6 @@
<?php
+$listGetTimeout = 0;
ob_start();
require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/markdown.php";
@@ -238,7 +239,7 @@ register_shutdown_function("customShutdown");
border: 1px solid #00ff00;
}
- .list-group-item:hover {
+ .list-group:not(.no-link) .list-group-item:hover {
background: #00ff00;
color: black !important;
}
@@ -289,6 +290,13 @@ register_shutdown_function("customShutdown");
box-shadow: none;
}
+ #article-cover {
+ width: 100%;
+ height: 50vh;
+ background-size: cover;
+ background-position: center;
+ }
+
</style>
</head>
<body>