diff --git a/index.html b/index.html index 8c58607..5ede8bb 100644 --- a/index.html +++ b/index.html @@ -42,6 +42,14 @@
  • Maybe policy should go on the website.
  • > For policy proposals in chat.
  • Un defined, (but positive) number of ✅ are needed for policy approvals.
  • +
      +
    1. Ticks must outweigh ❌ votes
    2. +
    +
  • No hacker shall intentionally set another hacker on fire, or through inaction allow another hacker to be set on fire.
  • +
  • For the avoidance of doubt, explosions are a type of fire.
  • +
  • Disputes between members will be settled non-violently through a game of Guess Who?
  • +
  • Policy items in <blink> tags are only in effect whilst visible.
  • +
  • Policy is not serious, see Code of Conduct for serious things.
  • diff --git a/style.css b/style.css index 4031785..6825d2b 100644 --- a/style.css +++ b/style.css @@ -4,6 +4,16 @@ body { font-family: "open-dyslexic", "Comic Sans MS"; } +blink { + animation: blinker 0.6s linear infinite; +} + +@keyframes blinker { + 50% { + opacity: 0; + } +} + div.container { max-width: 700px; margin: 0 auto;