File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 11< footer >
22 < p > © {{ site.title }}, 2009 – 2024</ p >
3+ < p >
4+ Hosting kindly provided by < a href ="https://www.igalia.com "> Igalia</ a >
5+ </ p >
36
47 < p > < a href ="{{ site.sourceurl }} "> Website Source</ a > </ p >
58</ footer >
Original file line number Diff line number Diff line change @@ -93,15 +93,6 @@ footer a {
9393 margin : auto;
9494}
9595
96- footer a [href ^= "http" ]: after {
97- content : url ("assets/extlink-d.svg" );
98- filter : none;
99- }
100-
101- footer a [href ^= "http" ]: has (svg ): after {
102- content : none;
103- }
104-
10596/* Titles */
10697
10798h1 ,
@@ -325,6 +316,8 @@ ul.news .title {
325316 }
326317
327318 a [href ^= "http" ]: after {
328- filter : invert ();
319+ display : inline-block;
320+ margin-left : 3px ;
321+ content : url ("assets/extlink-d.svg" );
329322 }
330323}
You can’t perform that action at this time.
0 commit comments