kopia lustrzana https://github.com/dgtlmoon/changedetection.io
UI - CSS - Remove gradient border, it did not add much to the design #2377
rodzic
f0ed4f64e8
commit
4293639f51
Plik binarny nie jest wyświetlany.
Przed Szerokość: | Wysokość: | Rozmiar: 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,
|
||||
|
|
|
@ -574,8 +574,7 @@ body::after {
|
|||
opacity: 0.91; }
|
||||
|
||||
body::before {
|
||||
content: "";
|
||||
background-size: cover; }
|
||||
content: ""; }
|
||||
|
||||
body:after,
|
||||
body:before {
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue