From e15520b705cee3552739783f72f808948f81b888 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Sat, 2 Dec 2023 16:57:36 +0100 Subject: [PATCH] added file header --- src/assets/css/style.css | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) 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; } -- 2.30.2