|
1825 | 1825 | .dark-mode .grok-mode-option:hover {
|
1826 | 1826 | background: rgba(16, 185, 129, 0.2);
|
1827 | 1827 | }
|
| 1828 | + |
| 1829 | + .cursor-logo { |
| 1830 | + display: flex; |
| 1831 | + align-items: center; |
| 1832 | + gap: 6px; |
| 1833 | + color: var(--accent-color); |
| 1834 | + opacity: 0.8; |
| 1835 | + text-decoration: none; |
| 1836 | + transition: all 0.2s ease; |
| 1837 | + font-size: 0.85rem; |
| 1838 | + margin-right: 8px; |
| 1839 | + } |
| 1840 | + |
| 1841 | + .cursor-logo:hover { |
| 1842 | + opacity: 1; |
| 1843 | + transform: translateY(-1px); |
| 1844 | + } |
| 1845 | + |
| 1846 | + .cursor-logo svg { |
| 1847 | + width: 16px; |
| 1848 | + height: 16px; |
| 1849 | + } |
| 1850 | + |
| 1851 | + /* Style for the Cursor AI logo paths in dark mode */ |
| 1852 | + .cursor-logo path[fill="#fff"] { |
| 1853 | + transition: fill 0.2s ease; |
| 1854 | + } |
| 1855 | + |
| 1856 | + .dark-mode .cursor-logo path[fill="#fff"] { |
| 1857 | + fill: #2d2d2d; |
| 1858 | + } |
| 1859 | + |
| 1860 | + @media (max-width: 768px) { |
| 1861 | + .cursor-logo span { |
| 1862 | + display: none; |
| 1863 | + } |
| 1864 | + } |
1828 | 1865 | </style>
|
1829 | 1866 | {% include head-custom.html %}
|
1830 | 1867 | <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6945602608405209" crossorigin="anonymous"></script>
|
@@ -1875,6 +1912,16 @@ <h1 class="site-title">prompts.chat</h1>
|
1875 | 1912 | </div>
|
1876 | 1913 | </div>
|
1877 | 1914 | <div class="header-right">
|
| 1915 | + <a href="https://cursor.com" target="_blank" class="cursor-logo" title="Built with Cursor AI"> |
| 1916 | + <svg height="1em" style="flex:none;line-height:1" viewBox="0 0 24 24" width="1em" xmlns="http://www.w3.org/2000/svg"> |
| 1917 | + <path d="M11.925 24l10.425-6-10.425-6L1.5 18l10.425 6z" fill="#10b981" class="cursor-logo-path dark-mode-path"></path> |
| 1918 | + <path d="M22.35 18V6L11.925 0v12l10.425 6z" fill="#10b981" class="cursor-logo-path dark-mode-path"></path> |
| 1919 | + <path d="M11.925 0L1.5 6v12l10.425-6V0z" fill="#10b981" class="cursor-logo-path dark-mode-path"></path> |
| 1920 | + <path d="M22.35 6L11.925 24V12L22.35 6z" fill="#fff" class="cursor-logo-path dark-mode-path"></path> |
| 1921 | + <path d="M22.35 6l-10.425 6L1.5 6h20.85z" fill="#fff" class="cursor-logo-path dark-mode-path"></path> |
| 1922 | + </svg> |
| 1923 | + <span>Built with Cursor AI</span> |
| 1924 | + </a> |
1878 | 1925 | <a href="https://github.com/f/awesome-chatgpt-prompts/stargazers" target="_blank" class="star-count">
|
1879 | 1926 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
1880 | 1927 | <polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon>
|
|
0 commit comments