4452e730e7
Add underlines to links
2023-10-28 16:51:51 +08:00
d7f19409c6
Update icon label style
2023-05-15 13:41:24 +08:00
2aeb76fe93
Update icon templates
...
The icon templates are pretty limited to what I want to do. This is also
nice for those who are extending the theme with easy-to-use functions.
2023-04-03 11:42:09 +08:00
7d2aa12b23
Refactor style
2023-03-18 14:55:37 +08:00
28f170f5f6
Update class names of several components
2023-03-18 14:54:38 +08:00
2d6131bcdf
Add some RTL styling for theme button component
2023-03-16 18:13:20 +08:00
1b8b2cbce7
Update list layout and style
...
Not only does this make some proper RTL styling but also make it more
responsive. The nice separators are gone though. :(
2023-03-16 18:02:42 +08:00
b8ff9e866f
Add color palette for backdrop
...
The backdrop element doesn't inherit from anything. So we'll have to
manually add one to all of them.
2023-03-06 23:22:34 +08:00
f63ec0912a
Update spacing and content width to be more consistent
2023-02-27 16:55:01 +08:00
86ca08a099
Update redundant and unnecessary rules
2023-02-27 16:54:43 +08:00
06aa16bc3e
Change accent color from base0C
to base09
...
This is closer to the Base16 standard style guide. Also, it just happen
to look nicer anyways. :)
Related with the change also comes with a new color when hovered.
2023-02-27 16:53:18 +08:00
37b96902e8
Remove external links styling
...
That experiment for short long-term evaluation whether or not external
link style is worth it or not is over. And I think it's too much
considering that the target audience is for personal blogs which will
not mind such things. Plus the amount of things to make it work properly
is just too much (i.e., the font has to have the glyph).
2023-02-27 16:47:37 +08:00
e4b0cf4c4a
Add site-wide components selection style
...
This is different from removing the overridden style for CSS
`::selection` where it affects the accessibility. This one is for
components with selection.
2023-02-27 13:22:45 +08:00
fd2ac20444
Fix background for <code>
2023-02-27 13:05:06 +08:00
4e0a56e80a
Update table styles
2023-02-27 13:04:07 +08:00
635c0c0e18
Remove selection styles
2023-02-27 13:03:57 +08:00
c5b03ae623
Revert site layout
2023-02-24 21:04:39 +08:00
1f42703979
Reposition theme button
2023-02-24 20:22:52 +08:00
abfa15d65c
Add comments for extend.scss
2023-02-21 14:48:46 +08:00
eeb86566cc
Update spacing and coloring of basic elements
2023-02-21 14:36:27 +08:00
f80b9be1c5
Revise responsive font size for the theme
2023-02-21 14:35:06 +08:00
Gabriel Arazas
4d47f5192a
Limit external link styling
2022-11-22 19:59:52 +08:00
Gabriel Arazas
c6a53793f3
Remove excess lines
2022-10-30 14:19:38 +08:00
Gabriel Arazas
0aaea2ff63
Make external link styling site-wide
2022-10-24 13:56:06 +08:00
Gabriel Arazas
8d6e0797b5
Unstyle internal site links globally
2022-10-24 13:56:06 +08:00
Gabriel Arazas
1eb8a3b600
Simplify Heroicon SVG template
2022-10-24 12:59:05 +08:00
Gabriel Arazas
d0c6a48334
Fix Heroicons integration
2022-10-24 00:08:28 +08:00
Gabriel Arazas
c6c35ddd82
Add style for external links
2022-10-20 19:14:49 +08:00
Gabriel Arazas
c5a765eb9f
Update table formatting
2022-06-13 20:45:03 +08:00
Gabriel Arazas
7d46ae111f
Make consistent body style
2022-06-13 20:45:03 +08:00
Gabriel Arazas
85f99f2cd4
Add indication of selected theme
2022-06-13 20:45:03 +08:00
Gabriel Arazas
06b0d37fbd
Improve paged media styling
...
Now that system themes are implemented and requires no more guessing (or
assumptions) for the theme, this makes it easier to style for paged
media.
2022-05-09 20:18:34 +08:00
Gabriel Arazas
bfc7a2df40
Update code blocks height
...
It is now the same as in my site. I found it to be surprisingly useful
but it needs a little widget like a button to make it fullscreen to make
it more accessible especially at larger screens.
2022-05-09 20:18:33 +08:00
Gabriel Arazas
ed55b83ac5
Update text color to be more consistent
2022-05-09 20:18:33 +08:00
Gabriel Arazas
f00d93890d
Refactor CSS files
2022-05-01 20:38:07 +08:00
Gabriel Arazas
4d29a0b313
Minor refactor to several components
2022-04-30 19:59:35 +08:00
Gabriel Arazas
cc4547437d
Add system theme fallback capability
...
The Hugo theme will also generate a counterpart system theme if there's
only one system theme given. Though, it isn't perfect so the release
will not happen for a while. I'll look into generating a color palette
with HSLuv to see if it can be improved.
2022-04-30 19:59:35 +08:00
Gabriel Arazas
1d9de2264d
Add system themes setting
2022-04-30 19:59:35 +08:00
Gabriel Arazas
17bb1e10e5
Update docs and styles
2021-01-28 00:21:42 +08:00
Gabriel Arazas
5b540f3c1b
Revise the styling of the table of contents
...
I've also put more comments on the individual components in the partial.
Hopefully, that'll mitigate against me forgetting their purpose all over
again.
2021-01-27 00:51:05 +08:00
Gabriel Arazas
e0277a50bb
Update the styles
...
It should be easier to integrate it with other libraries such as Prism,
Mermaid, and D3 especially in the graphics department where it mostly
use vector graphics to do its thing.
2021-01-21 09:08:29 +08:00
Gabriel Arazas
77a306a0f5
Update the layout and the list template
...
I've also made small improvements such as adding the appropriate label
for the main footer.
2021-01-21 03:16:26 +08:00
Gabriel Arazas
023c34c22a
Update the site layout
...
Made the resulting HTML cleaner and added a color to the border for more
personality.
2020-12-23 18:20:16 +08:00
Gabriel Arazas
2fe4afef34
Clean up the CSS files
2020-11-06 18:20:16 +08:00
Gabriel Arazas
9487442d64
Make a few tweaks to the theme
2020-11-05 13:54:38 +08:00
Gabriel Arazas
2f06fd7861
Initial release
...
All of the changes should be documented in the changelog.
2020-11-03 00:55:18 +08:00