From: Eduardo Date: Sat, 2 Dec 2023 15:57:36 +0000 (+0100) Subject: added file header X-Git-Url: http://git.edufdez.es/?a=commitdiff_plain;h=e15520b705cee3552739783f72f808948f81b888;p=thericegoat.com.git added file header --- diff --git a/src/assets/css/style.css b/src/assets/css/style.css index aac818d..4727fce 100644 --- a/src/assets/css/style.css +++ b/src/assets/css/style.css @@ -1,3 +1,19 @@ +/*____::::::::::_:::::::::__:::____:::_::::::::::_:::::::::__::::::::::_:::::::::_____::::::::::_::::::::_ +_____:+:________:+:____:+:_:+:____:+:_:+:________:+:____:+:_:+:_____________:+:______:+:_______:+:____:+:_ +____+:+________+:+____+:+_+:+____+:+_+:+________+:+____+:+_+:+____________+:+_______+:+_______+:+_________ +___+#++:++#___+#+____+:+_+#+____+:+_:#::+::#___+#+____+:+_+#++:++#______+#+________+#++:++#__+#++:++#++___ +__+#+________+#+____+#+_+#+____+#+_+#+________+#+____+#+_+#+__________+#+_________+#+______________+#+____ +_#+#________#+#____#+#_#+#____#+#_#+#________#+#____#+#_#+#_________#+#______#+#_#+#_______#+#____#+#_____ +##########_#########___########__###________#########__##########_#########_###_##########_########_____*/ + +/* + @author Eduardo Fernandez + @url https://edufdez.es + @license All Rights Reserved. + @created 2023-11-25 + @modified 2023-12-02 +*/ + @font-face { font-family: "BAHNSCHRIFT"; src: url("../fonts/BAHNSCHRIFT.TTF"); @@ -44,8 +60,8 @@ body { text-decoration: line-through; } -.underline { - text-decoration: underline; +.underlined { + text-decoration: underline !important; } .center { @@ -70,6 +86,10 @@ body { color: inherit; } +.little-text { + font-size: small; +} + .larger-text { font-size: larger; }