UI - CSS - Remove gradient border, it did not add much to the design #2377

This commit is contained in:
dgtlmoon
2024-05-20 13:41:23 +02:00
parent f0ed4f64e8
commit 4293639f51
4 changed files with 1 additions and 9 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

@@ -243,7 +243,6 @@ body::after {
body::before {
// background-image set in base.html so it works with reverse proxies etc
content: "";
background-size: cover
}
body:after,
+1 -2
View File
@@ -574,8 +574,7 @@ body::after {
opacity: 0.91; }
body::before {
content: "";
background-size: cover; }
content: ""; }
body:after,
body:before {
-6
View File
@@ -24,12 +24,6 @@
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<style>
body::before {
background-image: url({{url_for('static_content', group='images', filename='gradient-border.png') }});
}
</style>
<script src="{{url_for('static_content', group='js', filename='jquery-3.6.0.min.js')}}"></script>
</head>