1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
--- assets/debian.css 2024-04-27 21:24:12.000000000 +0200
+++ assets.1/debian.css 2024-11-04 23:10:54.375981471 +0100
@@ -19,9 +19,7 @@
/usr/share/common-licenses/GPL-2 on Debian.
*/
-/* ATTENTION: when updating this file, then please keep it consistent with the debian.css file(s) in other Debian websites:
- packages.d.o: https://salsa.debian.org/webmaster-team/packages/-/blob/master/static/debian.css
-*/
+/* ATTENTION: this file is generated by go generate */
/*
Font size table (Browser default 16px)
@@ -74,7 +72,7 @@
line-height: 1.5;
color: #222;
background-color: #fff;
- background-image:url('Pics/gradient.png');
+ background-image: linear-gradient(to bottom, #d7d9e2, #fff 70px);
background-position: 0 0;
background-repeat: repeat-x;
/* Uncomment to show baseline grid
|