diff --git a/src/pages/todo.md b/src/pages/todo.md index af94135..8b58d1e 100644 --- a/src/pages/todo.md +++ b/src/pages/todo.md @@ -4,12 +4,11 @@ description: "" layout: "../layouts/Layout.astro" --- -> *Last update: June 07, 2024* +> *Last update: July 08, 2024* List of changes and new features I plan for this website. - Add page filled with wine/gin I like - Add page dedicated to work I'm proud of -- Fix CSS for tables - Add an 88x31 button (One Piece themed) - Change default text-highlight color to follow themes diff --git a/src/styles/global.css b/src/styles/global.css index 0b8eeef..3b37537 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -62,6 +62,7 @@ p { .blog li { list-style: disc inside; padding: 10px 0 0 10px; + font-size: large; } .blog li ul { @@ -96,6 +97,11 @@ p { font-weight: 600; } +.blog table, th, td { + border: 1px solid; + margin: 10px 0px; +} + .blog a { color: var(--dark-link);} .dark .blog a { color: var(--light-link);}