summaryrefslogtreecommitdiff
path: root/static/grapheneos.css
AgeCommit message (Collapse)Author
2020-04-02simplify CSSDaniel Micay
2020-04-02fix Roboto Mono bold URLDaniel Micay
2020-03-22use upstream font versioningDaniel Micay
2020-03-22use `font-display: swap` featureDaniel Micay
2020-02-26fix whitespace issueDaniel Micay
2020-02-26use lowercase hex colorDaniel Micay
2019-07-05use -webkit-fill-available instead of 100vhDaniel Micay
The approach of using 100vh interacts poorly with how Chromium and Safari calculate the viewport height on mobile. They include their navigation bar as part of the viewport height from the start to avoid dynamic changes to the viewport site.
2019-06-28push footer to the bottom of the viewportDaniel Micay
2019-06-18move fonts to dedicated subdirectoryDaniel Micay
2019-06-13releases: add hidden sections for bonito and sargoDaniel Micay
2019-06-03adjust approach to header linksDaniel Micay
2019-05-16add padding between footer linksDaniel Micay
2019-05-16use a list for footer linksDaniel Micay
2019-05-12fix inconsistency in code styleDaniel Micay
2019-05-11update Roboto woff2 filesDaniel Micay
2019-05-10replace line breaks with lists for releases pageDaniel Micay
2019-05-04disable flexbox footer positioning for nowDaniel Micay
This causes a very annoying issue of the content no longer overflowing properly which proved to be too hard to resolve right now.
2019-05-04make footer links a bit darker for accessibilityDaniel Micay
The current color is too light to pass accessibility checks for contrast. It was intentionally low contrast to make it unintrusive since it's a footer, but it's probably best to comply with these guidelines.
2019-05-04replace placeholder link colorsDaniel Micay
2019-05-03always show footer at the bottom via flexboxDaniel Micay
2019-05-03make the footer links less prominentDaniel Micay
2019-05-03consistent link colorsDaniel Micay
2019-05-03add initial footer to all pagesDaniel Micay
2019-04-28update comment based on seamlessupdate.appDaniel Micay
2019-04-26add Roboto Italic fontDaniel Micay
2019-04-25always show vertical scrollbar to preserve layoutDaniel Micay
2019-04-25add donation page based on attestation.appDaniel Micay
2019-04-25initial commit based on seamlessupdate.appDaniel Micay