summaryrefslogtreecommitdiff
path: root/static/main.css
AgeCommit message (Collapse)Author
2025-06-28static: replace artworkOphestra
Artwork is from http://www.rd-sounds.com/C83.html
2025-04-06replace legacy rgba with rgbDaniel Micay
2024-07-20add setup details for Debian bookwormsandbank52641
2024-07-20use Protobuf library for Python from PyPIsandbank52641
Even with fairly up-to-date packages, many Linux distributions have not recent enough Python Protobuf packages. It's better to use the PyPI package, which is published by Google, rather than the distribution packages. Ideally, adevtool could handle this (with pinned package version and hash, and hash-checking), but due to many users encountering this issue, this change should be reasonable for now.
2024-02-17update code and pre style rulessandbank52641
Material Design 3 doesn't specify these components, but it's inspired by what can be found on https://material-web.dev/
2023-12-29Add maximum width for social link list in footersandbank52641
According to the Material Design 3 guidelines, the ideal line length is between 40 and 60 characters [1]. As the list of social links in the footer has become wide, we will simply wrap it to 60 characters here. Links: [1]: https://m3.material.io/foundations/layout/applying-layout/window-size-classes#:~:text=ideal%20line%20length%20for%20text%20is%2040%2D60%20characters
2023-11-14Make form elements inherit font familyCosmic Process
2023-10-31update Roboto Mono fontDaniel Micay
2023-07-03increase line height for footerDaniel Micay
2023-06-18Standardize the size of the QR codes on the Donate pagetedgravlin
* Also adds a slight curve to the corners
2023-06-18Fix overflow in footer on mobile devicestedgravlin
2023-03-06update Roboto fontsDaniel Micay
2023-02-16use pixelated image rendering mode for QR codesDaniel Micay
2023-02-16remove redundant/unused CSS blockDaniel Micay
2022-11-24Remove site-menu shadowsmdyv
Material 3 no longer uses drop shadows to express elevation in top app bars.
2022-11-21Add disabled button style rulessmdyv
2022-09-15Add heading stylessmdydv
Corresponds to the Material Design 3 typography styles. Mapped to roles that deviate the least from the default user agent stylesheet to minimize disruptive changes to the user experience.
2022-08-25Add dark highlighting style for placeholderssmdyv
2022-08-25Add highlighting style for placeholderssmdyv
This is in accordance with Google's developer documentation style guide.
2022-04-21Normalize line height of hero titlesmdyv
We want consistent white space between the hero text and its neighboring elements.
2022-04-21Apply M3 body large typography to the bodysmdyv
This increases the white space between different lines and between individual letters. It provides a more modern look and feel for the user, which makes it easier to digest the content.
2021-12-11Fix link button when pressed in dark themesmdyv
2021-12-11Add hero sectionsmdyv
2021-11-23update Roboto to v29Daniel Micay
2021-11-10Style buttons to match the new system themesmdyv
2021-10-25always use percentage syntax for alpha channelDaniel Micay
2021-10-25use modern CSS url function syntax with quotesDaniel Micay
2021-10-25update to modern CSS color function syntaxDaniel Micay
2021-10-25remove unnecessary quotesDaniel Micay
2021-10-21consistently use double quotes for CSSDaniel Micay
2021-06-24Add button style rulesMarco Janotta
2021-06-05Simplify community sectionMarco Janotta
2021-05-16use more accurate filter for icon maskDaniel Micay
2021-05-14rename grapheneos.css to main.cssDaniel Micay