comparison css/style.css @ 74:c8ea71d9d102

*: rebuild bootstrap so it works on safari, add some links to html
author Paper <mrpapersonic@gmail.com>
date Mon, 18 Dec 2023 00:26:00 -0500
parents ff98f97603ca
children d69f3fe99911
comparison
equal deleted inserted replaced
73:8ceccee9d839 74:c8ea71d9d102
35 35
36 margin-top: 1em; 36 margin-top: 1em;
37 padding: 1em 1.5em; 37 padding: 1em 1.5em;
38 } 38 }
39 39
40 /* generic drop shadows I heavily use these in... everything, 40 /* generic drop shadows that I heavily use in... everything,
41 * so having them as their own classes is pretty nice :) 41 * so having them as their own classes is pretty nice :)
42 */ 42 */
43 .drop-shadow-text { 43 .drop-shadow-text {
44 text-shadow: 0.125em 0.125em 0.125em rgba(0, 0, 0, 0.5); 44 text-shadow: 0.125em 0.125em 0.125em rgba(0, 0, 0, 0.5);
45 } 45 }