From 3fa82d4884de61d462187a15a36379285888464c Mon Sep 17 00:00:00 2001 From: f Date: Sun, 5 Jan 2025 21:12:20 +0300 Subject: [PATCH] fix ui --- _layouts/default.html | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index a076050..5d724b6 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -321,6 +321,13 @@ background: rgba(16, 185, 129, 0.1); color: var(--accent-color); border: 1px solid var(--accent-color); + text-decoration: none; + transition: all 0.2s ease; + } + + .platform-tag:hover { + background: rgba(16, 185, 129, 0.2); + transform: translateY(-1px); } .dark-mode .platform-tag { @@ -835,11 +842,11 @@

prompts.chat

- ChatGPT - Claude - Gemini - Llama - Mistral + ChatGPT + Claude + Gemini + Llama + Mistral