File: style.css

package info (click to toggle)
frozen-flask 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: python: 808; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 195 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
h1 {
  background: url(artwork/frozen-flask.svg) left center / contain no-repeat;
  color: transparent;
  font-size: 0;
  height: 10rem;
  margin: 2rem 0 !important;
}

h1 a {
  display: none;
}