No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
.three { | .three { | ||
fill: var(--color-surface-4); | fill: var(--color-surface-4); | ||
} | |||
a:hover { | |||
text-decoration: none; | |||
} | } | ||
</style> | </style> | ||
Line 23: | Line 26: | ||
<a href="/Universes"> | <a href="/Universes"> | ||
<circle class="two" r="200" cx="250" cy="300"/> | <circle class="two" r="200" cx="250" cy="300"/> | ||
<text x="250" y="175" fill="white" font-size="35" text-anchor="middle"> | <text x="250" y="175" fill="white" font-size="35" text-anchor="middle">Universes</text> | ||
</a> | </a> | ||
<a href="/Groups"> | <a href="/Groups"> | ||
<circle class="one" r="150" cx="250" cy="350"/> | <circle class="one" r="150" cx="250" cy="350"/> | ||
<text x="250" y="270" fill="white" font-size="35" text-anchor="middle"> | <text x="250" y="270" fill="white" font-size="35" text-anchor="middle">Groups</text> | ||
</a> | </a> | ||
<a href="/ | <a href="/Users"> | ||
<circle class="zero" r="100" cx="250" cy="400"/> | <circle class="zero" r="100" cx="250" cy="400"/> | ||
<text x="250" y="410" fill="white" font-size="35" text-anchor="middle"> | <text x="250" y="410" fill="white" font-size="35" text-anchor="middle">Users</text> | ||
</a> | </a> | ||
</svg> | </svg> |
Latest revision as of 04:35, 21 July 2024