style.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. /*
  2. Theme Name: Sten
  3. Theme URI:
  4. Author: Automattic
  5. Author URI: https://automattic.com
  6. Description: Sten is a simple blogging theme with a functional design. It is ideal for taking notes, writing short or long text, and includes a post sidebar and comment section.
  7. Requires at least: 5.8
  8. Tested up to: 5.9
  9. Requires PHP: 5.7
  10. Version: 1.0.3
  11. License: GNU General Public License v2 or later
  12. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  13. Text Domain: sten
  14. Tags: blog, news, one-column, right-sidebar, wide-blocks, block-patterns, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, notes, sidebar
  15. /*
  16. * Control the hover stylings of outline block style.
  17. * Unnecessary once block styles are configurable via theme.json
  18. * https://github.com/WordPress/gutenberg/issues/42794
  19. */
  20. .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
  21. background-color: var(--wp--preset--color--secondary);
  22. color: var(--wp--preset--color--background);
  23. border-color: var(--wp--preset--color--secondary);
  24. }
  25. /*
  26. * Link styles
  27. * https://github.com/WordPress/gutenberg/issues/42319
  28. */
  29. a {
  30. text-decoration-thickness: .0625em !important;
  31. text-underline-offset: .15em;
  32. }