summaryrefslogtreecommitdiff
path: root/static/grapheneos.css
AgeCommit message (Collapse)Author
2021-05-14rename grapheneos.css to main.cssDaniel Micay
2021-05-04explicit ratio for header logo in CSSDaniel Micay
This fixes a PageSpeed warning caused by the ratio not being available before the image is loaded, although in this case the image is tiny and pushed to the client anyway.
2021-05-03Add logo to site menuMarco Janotta
2021-04-14Add dark color schemeMarco Janotta
2021-03-27update naming for Roboto fontsDaniel Micay
2021-03-27update Roboto Mono to v13Daniel Micay
2021-03-05update reference to Material themeDaniel Micay
2021-01-23Implement web install using fastboot.jsDanny Lin
This implements the WebUSB-based web installer using fastboot.js to act as a fastboot client. A bare minimum UI with a plain-text status/progress caption for each step is included, as well as a plain button to trigger it and basic error handling. WebADB has been removed now that we are only using fastboot.js. Initial features: - Unlocking and locking the bootloader - Downloading the latest GrapheneOS release available for the device - Flashing the factory images zip - Reusing USB connections
2020-12-28add styling for inline code blocks tooDaniel Micay
2020-12-28add code block stylingDaniel Micay
2020-12-23document future stretch propertyDaniel Micay
2020-12-23drop block display for coin-address p elementDaniel Micay
2020-12-22center cryptocurrency donation addressesDaniel Micay
2020-12-22add Monero donation addressDaniel Micay
2020-12-21handle changed -webkit-fill-available semanticsDaniel Micay
Chromium changed how this works to better match the evolving specification and our usage effectively became a no-op.
2020-12-08remove unused hidden class from CSSDaniel Micay
2020-12-06use consistent id namingDaniel Micay
2020-12-02use id to style site menuDaniel Micay
2020-12-02use aria-current="page" instead of custom classDaniel Micay
2020-11-07update Roboto Mono fontsDaniel Micay
2020-10-26use semantic main element instead of a divDaniel Micay
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