util  Check-in [b8722bb3e8]

Overview
Comment:make css work with dillo
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b8722bb3e87332d0af80d8cbf83ba4f469a18a837b8c178823049bc02e0dad51
User & Date: lexi on 2019-07-29 06:29:05
Other Links: manifest | tags
Context
2019-08-07
09:47
add further wrappings to nkvd.c; nearly works with alpine now check-in: dc9aa070c7 user: lexi tags: trunk
2019-07-29
06:29
make css work with dillo check-in: b8722bb3e8 user: lexi tags: trunk
06:11
add fabulist stylesheet check-in: 689acafd82 user: lexi tags: trunk
Changes

Modified fabulist.scss from [4bdf92a95d] to [bf1a588345].

    65     65   	label {
    66     66   		margin-right: 0.5em;
    67     67   		margin-bottom: 0.5em;
    68     68   		margin-top: 0.5em;
    69     69   		font-weight: bold;
    70     70   	}
    71     71   }
    72         -a[href] {
           72  +a, a[href] { /* a for dillo's benefit */
    73     73   	$a-color: #FF2E84;
    74     74   	color: $a-color;
    75     75   	text-decoration-color: darken($a-color,30);
    76     76   	&:hover {
    77     77   		color: lighten($a-color,40);
    78     78   		text-decoration-color: lighten($a-color,20);
    79     79   	}
    80     80   }
    81     81   h1 {
    82     82   	font-weight: 100;
    83     83   	margin-bottom: 0.0em;
    84     84   	border-bottom: 1px solid #FF7AB1;
    85         -	a[href] {
           85  +	a, a[href] {
    86     86   		color: #FF7AB1;
    87     87   		text-decoration: none;
    88     88   	}
    89     89   }