summaryrefslogtreecommitdiff
path: root/includes/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/header.php')
-rw-r--r--includes/header.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/includes/header.php b/includes/header.php
index 732ebf8..303fa14 100644
--- a/includes/header.php
+++ b/includes/header.php
@@ -240,6 +240,11 @@ if (isset($_GET["__"])) {
background-image: linear-gradient(45deg, rgba(214, 224, 18, 0.75) 0%, #bf763d 100%);
}
+ .modal {
+ backdrop-filter: blur(10px);
+ -webkit-backdrop-filter: blur(10px);
+ }
+
<?php if (isset($_PROFILE) && $_PROFILE["plus"] && (str_starts_with($_SERVER["REQUEST_URI"], "/articles/") || str_starts_with($_SERVER["REQUEST_URI"], "/people/"))): ?>
@media print {
#footer {
@@ -862,4 +867,5 @@ if (isset($_GET["__"])) {
</style>
<?php endif; ?>
-<div class="bg-white"> \ No newline at end of file
+<div class="bg-white">
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/oobe.php"; ?> \ No newline at end of file